Files
phoenix/.gitignore
Tobias Klemp 29398aa9c6
Some checks failed
CI / build-and-test (pull_request) Failing after 6m50s
testing min setup
2025-12-06 16:49:45 +01:00

24 lines
210 B
Plaintext

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