mirror of https://github.com/status-im/metro.git
ignore build artifacts
Summary: When running `yarn` it compiles all the packages files into `build` folders. We should probably ignore this to avoid them ending up checked-in on the repo. Closes https://github.com/facebook/metro/pull/149 Reviewed By: rafeca Differential Revision: D7229013 Pulled By: jeanlauliac fbshipit-source-id: fbbc478fa1cda78231620e2ff0fa8e02539f30ed
This commit is contained in:
parent
e985b6e6ec
commit
f518bf9fd1
|
@ -4,3 +4,4 @@
|
||||||
/coverage
|
/coverage
|
||||||
lerna-debug.log
|
lerna-debug.log
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
|
packages/*/build/
|
||||||
|
|
Loading…
Reference in New Issue