M1_ProjetWeb/.gitignore
2024-12-18 11:27:45 +01:00

24 lines
201 B
Text

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