28 lines
257 B
Plaintext
28 lines
257 B
Plaintext
# Node
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
*.tsbuildinfo
|
|
|
|
# Env / secrets
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Editor / OS cruft
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.bak
|
|
*.tmp
|
|
|
|
# Coverage
|
|
coverage/
|
|
.nyc_output/
|