You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
562 B
60 lines
562 B
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
|
|
|