stream-score/.gitignore
2025-02-25 16:26:52 +01:00

24 lines
217 B
Text

node_modules
# 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-*
# Backend
backend/static