Bandaid for babel 6 flow errors

Reviewed By: tadeuzagallo

Differential Revision: D2638234

fb-gh-sync-id: 493931966d7d3ae5cdc4a5d0d31fd1a7d3af70da
This commit is contained in:
glevi@fb.com 2015-11-10 13:15:00 -08:00 committed by facebook-github-bot-4
parent 288fa40537
commit f166e6ccb2
1 changed files with 5 additions and 0 deletions

View File

@ -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__/.*