From 65eaab5cf4f2a290f601d5e4c4a445c685e3c880 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 7 Dec 2013 23:05:39 -0800 Subject: [PATCH] Update .gitignore to ignore npm-debug.log and coverage folders. [ci skip] --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index aa025a981..eaa6d8b58 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,11 @@ .coveralls.yml .DS_Store +npm-debug.log *.custom.* *.template.* *.map /*.min.* +coverage modularize node_modules dist/*.backbone.*