Bandaid for babel 6 flow errors
Reviewed By: tadeuzagallo Differential Revision: D2638234 fb-gh-sync-id: 493931966d7d3ae5cdc4a5d0d31fd1a7d3af70da
This commit is contained in:
parent
288fa40537
commit
f166e6ccb2
|
@ -7,6 +7,11 @@
|
|||
# Some modules have their own node_modules with overlap
|
||||
.*/node_modules/node-haste/.*
|
||||
|
||||
# Ugh
|
||||
.*/node_modules/babel.*
|
||||
.*/node_modules/babylon.*
|
||||
.*/node_modules/invariant.*
|
||||
|
||||
# Ignore react and fbjs where there are overlaps, but don't ignore
|
||||
# anything that react-native relies on
|
||||
.*/node_modules/fbjs-haste/.*/__tests__/.*
|
||||
|
|
Loading…
Reference in New Issue