- Nuxt 3 app with glassmorphism design - Music streaming from local files - Player controls with shuffle/repeat - PWA support - Responsive design for mobile - Configured for proxy deployment
90 lines
890 B
Plaintext
90 lines
890 B
Plaintext
# Nuxt.js
|
|
.output
|
|
.nuxt
|
|
.nitro
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage/
|
|
*.lcov
|
|
|
|
# nyc test coverage
|
|
.nyc_output
|
|
|
|
# ESLint cache
|
|
.eslintcache
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# Yarn Integrity file
|
|
.yarn-integrity
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
.env.development
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Build outputs
|
|
dist/
|
|
.output/
|
|
.nuxt/
|
|
|
|
# Local music files (keep them out of git)
|
|
music/
|
|
*.mp3
|
|
*.wav
|
|
*.flac
|
|
*.m4a
|
|
*.ogg
|
|
*.aac
|
|
|
|
# Temporary files
|
|
.tmp/
|
|
*.tmp
|
|
|
|
# Cache files
|
|
.cache/
|
|
.parcel-cache/
|
|
|
|
# PWA files
|
|
sw.js
|
|
workbox-*.js |