foxygit / foxygit Log in
A tiny read-only git web frontend — browse bare repos with just PHP and git, no database, no framework.
commits tags

/.gitignore · 315 B

raw
# Real deployment config — domain, filesystem paths. Copy inc/config.example.php
# to inc/config.php and fill in your own values; config.php itself never gets
# committed, so those specifics don't end up in this repo's history.
/inc/config.php

# OS / editor cruft
.DS_Store
Thumbs.db
*.swp
*.swo
.idea/
.vscode/