40 lines
369 B
Plaintext
40 lines
369 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Runtime data
|
|
*.pid
|
|
*.pid.lock
|
|
*.seed
|
|
*.out
|
|
*.err
|
|
|
|
# Coverage / build output
|
|
coverage/
|
|
dist/
|
|
build/
|
|
tmp/
|
|
temp/
|
|
.cache/
|
|
.turbo/
|
|
.parcel-cache/
|
|
.vite/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Editor and OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|