ol_site/.gitignore
Kamil Patecki bb57273c03
All checks were successful
/ test (push) Successful in 3s
Init svelte files
2025-07-09 21:30:59 +02: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-*