Adjust .gitignore to only ignore .min files in the root.

This commit is contained in:
John-David Dalton
2013-09-13 21:39:12 -07:00
parent 061bbb1914
commit 5c8287203e

2
.gitignore vendored
View File

@@ -1,8 +1,8 @@
.DS_Store .DS_Store
*.custom.* *.custom.*
*.min.*
*.template.* *.template.*
*.map *.map
/*.min.*
modularize modularize
node_modules node_modules
dist/*.backbone.* dist/*.backbone.*