From 68f5e544b93f4bd5cc0bb43c7ff8dd3ccd6f190e Mon Sep 17 00:00:00 2001 From: Evan Coury Date: Fri, 30 Sep 2011 07:13:49 -0700 Subject: [PATCH] Add .gitignore to ignore user-added modules 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 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 modules/.gitignore diff --git a/modules/.gitignore b/modules/.gitignore new file mode 100644 index 0000000..84460e1 --- /dev/null +++ b/modules/.gitignore @@ -0,0 +1,3 @@ +/* +!Application/ +!.gitignore -- 1.7.10.4