47 lines
392 B
Plaintext
47 lines
392 B
Plaintext
# Node
|
|
node_modules/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Runtime
|
|
pids/
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Coverage & cache
|
|
coverage/
|
|
.nyc_output/
|
|
.cache/
|
|
|
|
# Build outputs
|
|
build/
|
|
dist/
|
|
.tmp/
|
|
|
|
# Env files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Editors
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Project specific
|
|
File/
|
|
.specstory/
|
|
.cursor/
|