From 5c8287203ee01e88eacf167eceedf305a301160a Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Fri, 13 Sep 2013 21:39:12 -0700 Subject: [PATCH] Adjust .gitignore to only ignore .min files in the root. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d415f6fe2..6c0346f68 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ .DS_Store *.custom.* -*.min.* *.template.* *.map +/*.min.* modularize node_modules dist/*.backbone.*