f6ddfcfc62
These are local planning/memory files that should not be in the repository. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
31 lines
282 B
Plaintext
31 lines
282 B
Plaintext
node_modules
|
|
|
|
# Output
|
|
.output
|
|
.vercel
|
|
.netlify
|
|
.wrangler
|
|
/.svelte-kit
|
|
/build
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Uploads
|
|
/uploads
|
|
|
|
# Env
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!.env.test
|
|
|
|
# Vite
|
|
vite.config.js.timestamp-*
|
|
vite.config.ts.timestamp-*
|
|
|
|
# Project planning (local only)
|
|
PLANS.md
|
|
MEMORY.md
|