New gitignore
authorJayce Newton <accounts@divinelegy.com>
Thu, 21 Nov 2013 15:13:53 +0000 (23:13 +0800)
committerJayce Newton <accounts@divinelegy.com>
Thu, 21 Nov 2013 15:13:53 +0000 (23:13 +0800)
.gitignore [new file with mode: 0644]
Themes/GrooveNights/.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..5c29930
--- /dev/null
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!README.md
+!*/
\ No newline at end of file
diff --git a/Themes/GrooveNights/.gitignore b/Themes/GrooveNights/.gitignore
new file mode 100644 (file)
index 0000000..142b7fe
--- /dev/null
@@ -0,0 +1,5 @@
+#exclude the global ignore for this file
+!.gitignore
+#include everything in this directory
+!*
\ No newline at end of file