mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-10 22:05:55 +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.
6 lines
78 B
Plaintext
6 lines
78 B
Plaintext
.env.development.local
|
|
.env.local
|
|
.env.production.local
|
|
.env.test.local
|
|
build
|