Selaa lähdekoodia

Add node_modules to gitignore

Brendan Abolivier 7 vuotta sitten
vanhempi
commit
f52879d0f4
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3
    0
      .gitignore

+ 3
- 0
.gitignore Näytä tiedosto

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