FinancePlanner/gitignore
2026-05-29 12:00:49 +01:00

20 lines
556 B
Text

# ── Sensitive config ──────────────────────────
db.php
# ── PHP / server ──────────────────────────────
*.log
*.cache
/vendor/
*.env
# ── OS junk ───────────────────────────────────
.DS_Store
Thumbs.db
desktop.ini
# ── Editor files ──────────────────────────────
.vscode/
.idea/
*.swp
*.swo
*~