mirror of
https://github.com/sveltejs/ai-tools.git
synced 2026-07-03 19:19:25 +08:00
42 lines
617 B
Plaintext
42 lines
617 B
Plaintext
node_modules
|
|
/apps/**/node_modules
|
|
/packages/**/node_modules
|
|
|
|
# Output
|
|
/apps/**/.output
|
|
/apps/**/.vercel
|
|
/apps/**/.netlify
|
|
/apps/**/.wrangler
|
|
/**/.svelte-kit
|
|
/apps/**/build
|
|
/apps/**/dist
|
|
/packages/**/dist
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Env
|
|
.env
|
|
/apps/**/.env
|
|
/packages/**/.env
|
|
.env.*
|
|
/apps/**/.env.*
|
|
/packages/**/.env.*
|
|
!.env.example
|
|
/apps/**/!.env.example
|
|
/packages/**/!.env.example
|
|
!.env.test
|
|
/apps/**/!.env.test
|
|
/packages/**/!.env.test
|
|
|
|
# Vite
|
|
vite.config.js.timestamp-*
|
|
vite.config.ts.timestamp-*
|
|
/apps/**/vite.config.js.timestamp-*
|
|
/apps/**/vite.config.ts.timestamp-*
|
|
|
|
# SQLite
|
|
*.db
|
|
/apps/**/*.db
|
|
/packages/**/*.db |