Browse Source

Add node_modules to gitignore

Brendan Abolivier 7 years ago
parent
commit
f52879d0f4
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      .gitignore

+ 3
- 0
.gitignore View File

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