This commit is contained in:
2026-04-11 12:12:07 +02:00
parent 3bc6e2e080
commit 5b3c5ebb2f
92 changed files with 10948 additions and 35 deletions

51
.gitignore vendored Normal file
View File

@@ -0,0 +1,51 @@
# ── Binaires ─────────────────────────────────────────────────────────────────
*.exe
*.exe~
*.dll
*.so
*.dylib
RentalManager
# ── Go ────────────────────────────────────────────────────────────────────────
/vendor/
*.test
*.out
/dist/
# ── Données applicatives ──────────────────────────────────────────────────────
/data/rental.db
/data/rental.db-wal
/data/rental.db-shm
/data/*.db
/data/documents/
# ── Frontend ──────────────────────────────────────────────────────────────────
frontend/node_modules/
frontend/.svelte-kit/
frontend/build/
frontend/.env
frontend/.env.local
frontend/.env.*.local
# ── Web embed (build artifact) ────────────────────────────────────────────────
web/dist/
# ── Environnement ─────────────────────────────────────────────────────────────
.env
.env.local
.env.production
# ── OS ────────────────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
desktop.ini
# ── Éditeurs ──────────────────────────────────────────────────────────────────
.vscode/
.idea/
*.swp
*.swo
*~
# ── Logs ──────────────────────────────────────────────────────────────────────
*.log