spotracky/.gitignore
2024-09-07 00:49:58 +02:00

22 lines
196 B
Text

node_modules
venv
# Output
.output
.vercel
/.svelte-kit
/build
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*