From: Evan Coury Date: Fri, 30 Sep 2011 14:13:49 +0000 (-0700) Subject: Add .gitignore to ignore user-added modules X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=68f5e544b93f4bd5cc0bb43c7ff8dd3ccd6f190e;p=zf2.biz%2Fgalerie.git 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. --- 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