Files
lindner_visitor/.gitignore
T
2026-06-19 11:25:57 -05:00

26 lines
218 B
Plaintext

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