Files
GopherGate/.gitignore
hobokenchicken 27fbd8ed15
Some checks failed
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Build (push) Has been cancelled
chore: cleanup repository and update gitignore
- Removed binary 'gophergate'
- Removed 'data/llm_proxy.db' from source control (kept locally)
- Removed old database backups in 'data/backups/'
- Updated .gitignore to exclude data directory and gophergate binary
2026-03-25 13:08:33 +00:00

14 lines
118 B
Plaintext

.env
.env.*
!.env.example
/target
/llm-proxy
/llm-proxy-go
/gophergate
/data/
*.db
*.db-shm
*.db-wal
*.log
server.pid