Removed .env and .env.backup from git tracking and consolidated configuration into .env.example. Updated .gitignore to robustly prevent accidental inclusion of sensitive files.
12 lines
99 B
Plaintext
12 lines
99 B
Plaintext
.env
|
|
.env.*
|
|
!.env.example
|
|
/target
|
|
/llm-proxy
|
|
/llm-proxy-go
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
*.log
|
|
server.pid
|