61 lines
562 B
Plaintext
61 lines
562 B
Plaintext
node_modules
|
|
|
|
# Output
|
|
.output
|
|
.vercel
|
|
.netlify
|
|
.wrangler
|
|
/.svelte-kit
|
|
/build
|
|
/dist
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
Desktop.ini
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Env
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!.env.test
|
|
|
|
# Vite
|
|
vite.config.js.timestamp-*
|
|
vite.config.ts.timestamp-*
|
|
|
|
# Paraglide / Inlang
|
|
src/lib/paraglide
|
|
project.inlang/cache
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Cache
|
|
.cache
|
|
.parcel-cache
|
|
.turbo
|
|
*.tsbuildinfo
|
|
|
|
# IDE
|
|
.idea
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
*.code-workspace
|
|
|
|
# Testing
|
|
coverage
|
|
.nyc_output
|
|
|
|
# Misc
|
|
*.local
|
|
.history
|