44 lines
413 B
Plaintext
44 lines
413 B
Plaintext
# General OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editors/IDEs
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
*.log.*
|
|
*.pid
|
|
*.pid.lock
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Node / JavaScript
|
|
node_modules/
|
|
dist/
|
|
build/
|
|
coverage/
|
|
.nyc_output/
|
|
.eslintcache
|
|
|
|
# Next.js / frameworks
|
|
.next/
|
|
.vercel/
|
|
.turbo/
|
|
.cache/
|
|
.tmp/
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Package managers
|
|
yarn-error.log*
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|