mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Ignore root docs folder in Flow config
Otherwise Flow finds obscure files in docs/vendor. Seems like you'd only get them if you have a local checkout of docs Ruby dependencies. This explains why Travis didn't fail.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
<PROJECT_ROOT>/.*/__tests__/.*
|
||||
|
||||
# Ignore Docs
|
||||
<PROJECT_ROOT>/docs/.*
|
||||
<PROJECT_ROOT>/.*/docs/.*
|
||||
|
||||
[include]
|
||||
|
||||
Reference in New Issue
Block a user