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:
Dan Abramov
2016-10-17 16:12:07 +01:00
committed by GitHub
parent f33f03e357
commit c2d5833e98
+1
View File
@@ -7,6 +7,7 @@
<PROJECT_ROOT>/.*/__tests__/.*
# Ignore Docs
<PROJECT_ROOT>/docs/.*
<PROJECT_ROOT>/.*/docs/.*
[include]