mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-16 15:47:25 +00:00
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:
parent
2bf1b15ac3
commit
8091c4e6d0
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,9 +1,12 @@
|
||||
.DS_Store
|
||||
.idea
|
||||
.nyc_output
|
||||
.vscode
|
||||
@embark*.tgz
|
||||
NOTES
|
||||
TODO
|
||||
coverage
|
||||
dist
|
||||
embark*.tgz
|
||||
lerna-debug.log
|
||||
node_modules
|
||||
|
3
packages/embark-ui/.gitignore
vendored
3
packages/embark-ui/.gitignore
vendored
@ -2,5 +2,4 @@
|
||||
.env.local
|
||||
.env.production.local
|
||||
.env.test.local
|
||||
/build
|
||||
/coverage
|
||||
build
|
||||
|
3
packages/embark/.gitignore
vendored
3
packages/embark/.gitignore
vendored
@ -1,3 +0,0 @@
|
||||
.nyc_output
|
||||
/coverage
|
||||
/dist
|
Loading…
x
Reference in New Issue
Block a user