瀏覽代碼

fix watchman

Daniel Zlotin 8 年之前
父節點
當前提交
c1a50d9946
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. 4
    1
      .watchmanconfig

+ 4
- 1
.watchmanconfig 查看文件

@@ -7,6 +7,9 @@
7 7
     "gradle",
8 8
     "build",
9 9
     "example",
10
-    "example-redux"
10
+    "example-redux",
11
+    "android/.gradle",
12
+    "android/gradle",
13
+    "android/app/build"
11 14
   ]
12 15
 }