Add .gitignore to ignore user-added modules
authorEvan Coury <me@evancoury.com>
Fri, 30 Sep 2011 14:13:49 +0000 (07:13 -0700)
committerEvan Coury <me@evancoury.com>
Fri, 30 Sep 2011 14:13:49 +0000 (07:13 -0700)
The idea is that users and developers can have additional modules installed in
the modules directory for testing without them accidentally getting
added/committed to the skeleton project. This makes it so that to add a new
module to the repository under modules/, you'll need to explicitly add it to the
modules/.gitignore.

modules/.gitignore [new file with mode: 0644]

diff --git a/modules/.gitignore b/modules/.gitignore
new file mode 100644 (file)
index 0000000..84460e1
--- /dev/null
@@ -0,0 +1,3 @@
+/*
+!Application/
+!.gitignore