up
This commit is contained in:
51
.gitignore
vendored
Normal file
51
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user