35 lines
384 B
Plaintext
35 lines
384 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# Build and Deployment Output
|
|
dist/
|
|
build/
|
|
*.zip
|
|
*.tar.gz
|
|
|
|
# Environment & Local Secrets
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Editor & OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Local Testing / Coverage
|
|
coverage/
|
|
.nyc_output/
|