Ver código fonte

watchmanconfig

Daniel Zlotin 8 anos atrás
pai
commit
5c21314125
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6
    0
      .watchmanconfig

+ 6
- 0
.watchmanconfig Ver arquivo

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