You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
326 B
38 lines
326 B
# 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
|
|
|