Explorar el Código

watchmanconfig

Daniel Zlotin hace 8 años
padre
commit
5c21314125
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6
    0
      .watchmanconfig

+ 6
- 0
.watchmanconfig Ver fichero

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