EITS-web/.gitignore
2025-12-06 09:59:10 -05:00

25 lines
217 B
Plaintext

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