ソースを参照

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
+}