Flow should ignore website.
Test Plan: `flow` from react-native root returns no errors (gives hundreds of errors on master).
This commit is contained in:
parent
ca7b428c8d
commit
c4e2589f04
|
@ -18,6 +18,9 @@
|
|||
# Ignore jest
|
||||
.*/react-native/node_modules/jest-cli/.*
|
||||
|
||||
# Ignore website
|
||||
.*/website/.*
|
||||
|
||||
[include]
|
||||
|
||||
[libs]
|
||||
|
|
Loading…
Reference in New Issue