Browse Source

Merge pull request #3 from babolivier/develop

Add node_modules to gitignore
Brendan Abolivier 7 years ago
parent
commit
4a516a3b28
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      .gitignore

+ 3
- 0
.gitignore View File

@@ -1,3 +1,6 @@
1
+# npm modules
2
+node_modules
3
+
1 4
 # tmp files
2 5
 .*.swp
3 6