36 lines
391 B
Plaintext
36 lines
391 B
Plaintext
**/.git
|
|
|
|
# dependencies
|
|
**/node_modules/
|
|
|
|
# misc
|
|
**/.DS_Store
|
|
**/*.pem
|
|
**/.idea
|
|
|
|
# debug
|
|
**/yarn-debug.log*
|
|
**/yarn-error.log*
|
|
|
|
# env files
|
|
**/.env
|
|
**/.env.local
|
|
**/.env.development.local
|
|
**/.env.test.local
|
|
**/.env.production.local
|
|
|
|
# logs
|
|
**/*.log
|
|
|
|
# turbo
|
|
**/.turbo/
|
|
|
|
# other package managers
|
|
**/package-lock.json
|
|
**/pnpm-lock.yaml
|
|
|
|
# build
|
|
**/__build__/
|
|
**/dist/
|
|
**/out/
|
|
**/__generated__/ |