jedmund-svelte/.gitignore
Justin Edmund fd56b1492f chore: add server.log to .gitignore
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-10 21:34:50 -07:00

35 lines
362 B
Text

node_modules
# Output
.output
.vercel
/.svelte-kit
/build
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Apple Music Private Keys
keys/
*.p8
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
/../generated/prisma
# Local uploads (for development)
/static/local-uploads
*storybook.log
storybook-static
backups/
server.log