Add projects
This commit is contained in:
parent
2d3a9ad623
commit
8b607dd700
1802 changed files with 503346 additions and 2 deletions
61
backend/.gitignore
vendored
Normal file
61
backend/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# Binaries
|
||||
cli-proxy-api
|
||||
*.exe
|
||||
|
||||
# Configuration
|
||||
config.yaml
|
||||
.env
|
||||
|
||||
# Generated content
|
||||
bin/*
|
||||
/logs
|
||||
conv/*
|
||||
temp/*
|
||||
refs/*
|
||||
plugins/*
|
||||
examples/plugin/bin/*
|
||||
|
||||
# Storage backends
|
||||
pgstore/*
|
||||
gitstore/*
|
||||
objectstore/*
|
||||
|
||||
# Static assets
|
||||
static/*
|
||||
/internal/managementasset/dist/
|
||||
|
||||
# Authentication data
|
||||
auths/*
|
||||
!auths/.gitkeep
|
||||
|
||||
# Tooling metadata
|
||||
.vscode/*
|
||||
.worktrees/
|
||||
.codex/*
|
||||
.claude/*
|
||||
.claude
|
||||
.gemini/*
|
||||
.serena/*
|
||||
.agent/*
|
||||
.agents
|
||||
.pi
|
||||
.agents/*
|
||||
.opencode/*
|
||||
.idea/*
|
||||
.beads/*
|
||||
.bmad/*
|
||||
_bmad/*
|
||||
_bmad-output/*
|
||||
.gocache/
|
||||
.gitnexus/
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
._*
|
||||
|
||||
# docker
|
||||
docker-compose.override.yml
|
||||
|
||||
|
||||
# Local LLM Wiki vault
|
||||
.llm-wiki
|
||||
Loading…
Reference in a new issue