Files
GopherGate/.gitignore
hobokenchicken 90874a6721
Some checks failed
CI / Check (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Formatting (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Release Build (push) Has been cancelled
chore: consolidate env files and update gitignore
Removed .env and .env.backup from git tracking and consolidated configuration into .env.example. Updated .gitignore to robustly prevent accidental inclusion of sensitive files.
2026-03-19 10:44:22 -04:00

12 lines
99 B
Plaintext

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