mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-02 04:20:50 +08:00
37 lines
442 B
Plaintext
37 lines
442 B
Plaintext
# 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/*
|
|
.gemini/*
|
|
.serena/*
|
|
.agent/*
|
|
.agents/*
|
|
.opencode/*
|
|
.bmad/*
|
|
_bmad/*
|
|
_bmad-output/*
|