Files
rayhunter/bin/web/.gitignore
Will Greenberg a269a45244 wip
2025-04-14 11:54:27 -07:00

22 lines
191 B
Plaintext

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-*