Add projects
This commit is contained in:
parent
2d3a9ad623
commit
8b607dd700
1802 changed files with 503346 additions and 2 deletions
41
backend/.dockerignore
Normal file
41
backend/.dockerignore
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
# Git and GitHub folders
|
||||
.git
|
||||
.github
|
||||
|
||||
# Docker and CI/CD related files
|
||||
docker-compose.yml
|
||||
.dockerignore
|
||||
.gitignore
|
||||
.goreleaser.yml
|
||||
Dockerfile
|
||||
|
||||
# Documentation and license
|
||||
docs
|
||||
README.md
|
||||
README_CN.md
|
||||
LICENSE
|
||||
|
||||
# Runtime data folders (should be mounted as volumes)
|
||||
auths
|
||||
logs
|
||||
conv
|
||||
config.yaml
|
||||
|
||||
# Development/editor
|
||||
bin
|
||||
.vscode
|
||||
.claude
|
||||
.codex
|
||||
.codex-worktrees
|
||||
.gemini
|
||||
.serena
|
||||
.agent
|
||||
.agents
|
||||
.antigravitycli
|
||||
.opencode
|
||||
.idea
|
||||
.junie
|
||||
.worktrees
|
||||
.bmad
|
||||
_bmad
|
||||
_bmad-output
|
||||
Loading…
Reference in a new issue