nexus/auth-frontend/.gitignore
2026-01-26 11:58:04 -05:00

27 lines
263 B
Plaintext

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