Daniel Zlotin 8 년 전
부모
커밋
451bf6dc0b
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 7
    1
      .watchmanconfig

+ 7
- 1
.watchmanconfig 파일 보기

@@ -1,6 +1,12 @@
1 1
 {
2 2
   "ignore_dirs": [
3 3
     ".git",
4
-    "node_modules"
4
+    "node_modules",
5
+    ".gradle",
6
+    ".idea",
7
+    "gradle",
8
+    "build",
9
+    "example",
10
+    "example-redux"
5 11
   ]
6 12
 }