Browse Source

EAGLESIX-2651: update gitignore

Kyle P Davis 11 years ago
parent
commit
56cffffcbb
1 changed files with 17 additions and 1 deletions
  1. 17 1
      .gitignore

+ 17 - 1
.gitignore

@@ -1,2 +1,18 @@
-/node_modules/
+!.gitkeep
+
+# node
+/node_modules
+npm-debug.log
+
+# IDE files
+/.idea
+/.settings.xml
+/.settings
+/.c9revisions/
+
+# misc files
+*.swp
+.DS_Store
+
+# build files
 /reports/