From cd929345e638ba456a01160496b00945deeb42c9 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 8 Dec 2013 11:01:35 -0800 Subject: [PATCH] Ignore all log files in .gitignore. [ci skip] --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eaa6d8b58..71044ed37 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ .coveralls.yml .DS_Store -npm-debug.log *.custom.* *.template.* +*.log *.map /*.min.* coverage