From da9dc6d740c885c1103b2eeaae6277a2da2c4244 Mon Sep 17 00:00:00 2001 From: Frost Date: Tue, 8 Apr 2014 04:21:01 -0600 Subject: [PATCH] ignore the bloody node_modules and the webstorm .idea files. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index fd2a642..f6090c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ batarang-release-*.zip *.build.js +.idea +node_modules \ No newline at end of file