39 lines
326 B
Plaintext
39 lines
326 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnpm-store
|
|
|
|
# Build outputs
|
|
.nuxt
|
|
.output
|
|
dist
|
|
.vercel
|
|
.netlify
|
|
|
|
# Lock files
|
|
pnpm-lock.yaml
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
|
|
# Cache and temp files
|
|
.cache
|
|
.temp
|
|
*.log
|
|
|
|
# Coverage reports
|
|
coverage
|
|
.nyc_output
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|