浏览代码

watchmanconfig

Daniel Zlotin 8 年前
父节点
当前提交
5c21314125
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      .watchmanconfig

+ 6
- 0
.watchmanconfig 查看文件

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