From b5618410b2a6054d6c917f385996e5ae3a5db23c Mon Sep 17 00:00:00 2001 From: Radek Stepan Date: Sun, 26 Oct 2014 21:58:07 -0600 Subject: [PATCH] gitignore .grunt temp files --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e0e1ce6..b17088c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ node_modules/ *.log .build_cache~ -.grunt +.grunt/ build/*.map public/js/app.bundle.js public/js/app.js