Browse Source

watchmanconfig

Daniel Zlotin 8 years ago
parent
commit
5c21314125
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      .watchmanconfig

+ 6
- 0
.watchmanconfig View File

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