mirror of https://github.com/status-im/metro.git
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:
parent
150aa19fcb
commit
03dbae36d7
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue