build: cleanup .gitignore

Put common patterns we expect to use across most `packages/*` into the
top-level `.gitignore`. If there are package-specific patterns they can go in
that package's `.gitignore`. For example, `packages/embark-ui` ignores its
`build/` directory while commonly we ignore the packages' `dist/` directories.
This commit is contained in:
Michael Bradley, Jr 2019-02-05 15:09:53 -06:00 committed by Michael Bradley
parent 2bf1b15ac3
commit 8091c4e6d0
3 changed files with 4 additions and 5 deletions

3
.gitignore vendored
View File

@ -1,9 +1,12 @@
.DS_Store
.idea
.nyc_output
.vscode
@embark*.tgz
NOTES
TODO
coverage
dist
embark*.tgz
lerna-debug.log
node_modules

View File

@ -2,5 +2,4 @@
.env.local
.env.production.local
.env.test.local
/build
/coverage
build

View File

@ -1,3 +0,0 @@
.nyc_output
/coverage
/dist