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:
Jean Lauliac 2018-03-12 03:34:47 -07:00 committed by Facebook Github Bot
parent e985b6e6ec
commit f518bf9fd1
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/coverage
lerna-debug.log
npm-debug.log*
packages/*/build/