- 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
14 lines
118 B
Plaintext
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
|