Kaynağa Gözat

Add node_modules to gitignore

Brendan Abolivier 7 yıl önce
ebeveyn
işleme
f52879d0f4
İmzalayan: Brendan Abolivier <contact@brendanabolivier.com> GPC anahtar kimliği: 8EF1500759F70623
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3
    0
      .gitignore

+ 3
- 0
.gitignore Dosyayı Görüntüle

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