From c2d5833e98d4ff232464a1a0ee1706c1ef52bb69 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Mon, 17 Oct 2016 16:12:07 +0100 Subject: [PATCH] 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. --- .flowconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.flowconfig b/.flowconfig index bad57bc52f..5cfdb69fa3 100644 --- a/.flowconfig +++ b/.flowconfig @@ -7,6 +7,7 @@ /.*/__tests__/.* # Ignore Docs +/docs/.* /.*/docs/.* [include]