Browse Source

fix watchman

Daniel Zlotin 8 years ago
parent
commit
c1a50d9946
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      .watchmanconfig

+ 4
- 1
.watchmanconfig View File

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