Skip to content

Commit 09c8680

Browse files
Ignore all node_modules (#353)
1 parent dec3a7f commit 09c8680

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.flowconfig

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,12 @@
55
; Ignore "BUCK" generated dirs
66
<PROJECT_ROOT>/\.buckd/
77

8-
; Ignore polyfills
9-
node_modules/react-native/Libraries/polyfills/.*
10-
11-
; These should not be required directly
12-
; require from fbjs/lib instead: require('fbjs/lib/warning')
13-
node_modules/warning/.*
8+
; Ignore node_modules
9+
<PROJECT_ROOT>/node_modules/.*
1410

1511
; Flow doesn't support platforms
1612
.*/Libraries/Utilities/LoadingView.js
1713

18-
; These should not be required directly
19-
; require from fbjs/lib instead: require('fbjs/lib/warning')
20-
node_modules/warning/.*
21-
2214
; Flow doesn't support platforms
2315
.*/Libraries/Utilities/HMRLoadingView.js
2416

0 commit comments

Comments
 (0)