46 lines
365 B
Plaintext
46 lines
365 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Build
|
|
dist/
|
|
.output/
|
|
.nuxt/
|
|
.next/
|
|
build/
|
|
*.tsbuildinfo
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!.env.*.local
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Test
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Temporary
|
|
*.tmp
|
|
*.temp
|
|
.cache/
|