This website works better with JavaScript.
Home
Explore
Help
Sign In
npm
/
react-native-navigation
Watch
11
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
watchmanconfig
Daniel Zlotin
8 years ago
parent
49bf6cd32c
commit
5c21314125
1 changed files
with
6 additions
and
0 deletions
Split View
Show Diff Stats
6
0
.watchmanconfig
+ 6
- 0
.watchmanconfig
View File
@@ -0,0 +1,6 @@
1
+{
2
+ "ignore_dirs": [
3
+ ".git",
4
+ "node_modules"
5
+ ]
6
+}