From 89d68ac9056e908e99e5e1a6a77b6bffe948a3cf Mon Sep 17 00:00:00 2001 From: Jeff May Date: Mon, 6 Jan 2014 13:42:39 -0500 Subject: [PATCH] Updated gitignore to ignore IntelliJ files and node modules. --- .gitignore | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index bc2da0d42..548f1e397 100644 --- a/.gitignore +++ b/.gitignore @@ -30,24 +30,7 @@ Properties !_infrastructure/tests/*/*/*.js !_infrastructure/tests/*/*/*/*.js -.idea/.name +.idea +*.iml -.idea/DefinitelyTyped.iml - -.idea/encodings.xml - -.idea/libraries/Generated_files.xml - -.idea/misc.xml - -.idea/modules.xml - -.idea/scopes/scope_settings.xml - -.idea/vcs.xml - -.idea/workspace.xml - -.idea/watcherTasks.xml - -.idea/watcherTasks.xml +node_modules