mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-09 21:35:58 +00:00
8091c4e6d0
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.
21 lines
230 B
Plaintext
21 lines
230 B
Plaintext
.DS_Store
|
|
.idea
|
|
.nyc_output
|
|
.vscode
|
|
@embark*.tgz
|
|
NOTES
|
|
TODO
|
|
coverage
|
|
dist
|
|
embark*.tgz
|
|
lerna-debug.log
|
|
node_modules
|
|
npm-debug.log*
|
|
npm-shrinkwrap.json
|
|
package
|
|
package-lock.json
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
yarn.lock
|
|
!/yarn.lock
|