Selaa lähdekoodia

watchmanconfig

Daniel Zlotin 8 vuotta sitten
vanhempi
commit
5c21314125
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6
    0
      .watchmanconfig

+ 6
- 0
.watchmanconfig Näytä tiedosto

@@ -0,0 +1,6 @@
1
+{
2
+  "ignore_dirs": [
3
+    ".git",
4
+    "node_modules"
5
+  ]
6
+}