From 5c51fe80379bbc94bd8e92807d7fa6b4f4a1d521 Mon Sep 17 00:00:00 2001 From: Zach Date: Fri, 29 May 2015 05:25:43 -0500 Subject: [PATCH] fixed content packs and screenshots --- user/.gitignore | 2 -- user/contentpacks/.gitignore | 3 +++ user/contentpacks/sort.yaml | 0 user/screenshots/.gitignore | 2 ++ 4 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 user/contentpacks/.gitignore create mode 100644 user/contentpacks/sort.yaml create mode 100644 user/screenshots/.gitignore diff --git a/user/.gitignore b/user/.gitignore index c6074810..724ff863 100644 --- a/user/.gitignore +++ b/user/.gitignore @@ -1,3 +1 @@ -screenshots/* -contentpacks/* preferences.json \ No newline at end of file diff --git a/user/contentpacks/.gitignore b/user/contentpacks/.gitignore new file mode 100644 index 00000000..848e0447 --- /dev/null +++ b/user/contentpacks/.gitignore @@ -0,0 +1,3 @@ +* +!.gitignore +!sort.yaml \ No newline at end of file diff --git a/user/contentpacks/sort.yaml b/user/contentpacks/sort.yaml new file mode 100644 index 00000000..e69de29b diff --git a/user/screenshots/.gitignore b/user/screenshots/.gitignore new file mode 100644 index 00000000..a3a0c8b5 --- /dev/null +++ b/user/screenshots/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file