From c3b133cb6f02003ab934e5008e108f489ace4158 Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 29 Apr 2015 13:53:13 -0700 Subject: updated .gitignore --- .gitignore | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d2c630c..7866b4b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,3 @@ -# See http://help.github.com/ignore-files/ for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile ~/.gitignore_global - # Ignore bundler config /.bundle bin @@ -24,6 +18,10 @@ test/dummy/log/* test/dummy/tmp/* *.pyc +# ignore the disabled customization directories that +# i keep around for testing purposes. +config/customization.* + # ignore all deploy specific configuration config/couchdb.yml public/assets/* -- cgit v1.2.3