M1_ProjetWeb/.gitignore

25 lines
201 B
Text
Raw Normal View History

2024-11-25 16:27:31 +01:00
node_modules
2024-12-01 16:09:44 +01:00
/logs
2024-11-25 16:27:31 +01:00
# Output
.output
.vercel
/.svelte-kit
/build
2024-12-18 11:27:45 +01:00
.idea/
2024-12-09 16:02:40 +01:00
2024-11-25 16:27:31 +01:00
# OS
.DS_Store
Thumbs.db
# Env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*