Ignore `build` directories

Summary: Makes it so that flow ignores `build/` directories throughout the code base

Reviewed By: cpojer

Differential Revision: D5217522

fbshipit-source-id: 1f3f0363e21b8bf504d31380e4a63c895c600f55
This commit is contained in:
David Aurelio 2017-06-09 07:26:59 -07:00 committed by Facebook Github Bot
parent 150aa19fcb
commit 03dbae36d7
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
[ignore] [ignore]
.*/node_modules/conventional-changelog-core/test/fixtures/_malformation.json .*/node_modules/conventional-changelog-core/test/fixtures/_malformation.json
.*/build/.*
[options] [options]
module.name_mapper='^types/\(.*\)$' -> '<PROJECT_ROOT>/types/\1.js' module.name_mapper='^types/\(.*\)$' -> '<PROJECT_ROOT>/types/\1.js'