fccfb162b4
- Simplify project ID selection to always use the backend project ID returned by Gemini onboarding - Update Gemini CLI version from 0.31.0 to 0.34.0 - Add 'terminal' to User-Agent string for better client identification Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
53 lines
484 B
Plaintext
53 lines
484 B
Plaintext
# Binaries
|
|
cli-proxy-api
|
|
*.exe
|
|
|
|
# Configuration
|
|
config.yaml
|
|
.env
|
|
|
|
# Generated content
|
|
bin/*
|
|
logs/*
|
|
conv/*
|
|
temp/*
|
|
refs/*
|
|
|
|
# Storage backends
|
|
pgstore/*
|
|
gitstore/*
|
|
objectstore/*
|
|
|
|
# Static assets
|
|
static/*
|
|
|
|
# Authentication data
|
|
auths/*
|
|
!auths/.gitkeep
|
|
|
|
# Documentation
|
|
docs/*
|
|
AGENTS.md
|
|
CLAUDE.md
|
|
GEMINI.md
|
|
|
|
# Tooling metadata
|
|
.vscode/*
|
|
.codex/*
|
|
.claude/*
|
|
.gemini/*
|
|
.serena/*
|
|
.agent/*
|
|
.agents/*
|
|
.agents/*
|
|
.opencode/*
|
|
.idea/*
|
|
.bmad/*
|
|
_bmad/*
|
|
_bmad-output/*
|
|
|
|
# macOS
|
|
.DS_Store
|
|
._*
|
|
.gocache/
|