97 lines
1.7 KiB
Plaintext
97 lines
1.7 KiB
Plaintext
# 忽略所有服务的数据和配置持久化目录
|
||
minio/data/
|
||
gitea/data/
|
||
hedgedoc/data/
|
||
uptime-kuma/data/
|
||
homepage/config/
|
||
site/data/
|
||
pocket-id/data/
|
||
ai-gateway/data/
|
||
hedgedoc2/data/
|
||
|
||
# 忽略 Docker 相关文件
|
||
*.log
|
||
*.pid
|
||
|
||
# 忽略编辑器和系统文件
|
||
.vscode/
|
||
.idea/
|
||
.DS_Store
|
||
Thumbs.db
|
||
|
||
# 忽略环境变量文件
|
||
.env
|
||
|
||
# 忽略 cloudflared 凭据
|
||
cloudflared/credentials.json
|
||
|
||
# 忽略 frp 配置(含 token)
|
||
frpc/frpc.toml
|
||
|
||
# 忽略 Traefik 证书
|
||
traefik/letsencrypt/
|
||
|
||
# 忽略数据库持久化数据
|
||
authentik/pgdata/
|
||
authentik/redis/
|
||
authentik/media/
|
||
gitea/db_data/
|
||
hedgedoc/data_pg11_backup/
|
||
|
||
# 忽略旧 MinIO(已迁移至 SeaweedFS)
|
||
minio/
|
||
|
||
# 忽略 SeaweedFS 运行时数据
|
||
seaweedfs/data/
|
||
|
||
# 忽略 AI 工具
|
||
.aider*
|
||
|
||
# 忽略 remark42 数据
|
||
remark42/var/
|
||
cat-bodhi/data/assets-ai/
|
||
cat-bodhi/sprite_alpha_seg_pytorch/outputs/
|
||
remark42/.env
|
||
|
||
|
||
# 忽略 Beszel 数据和 Agent 密钥
|
||
beszel/data/
|
||
beszel/socket/
|
||
beszel/agent-data/
|
||
beszel/.env
|
||
|
||
# 忽略 ComfyUI 模型、节点和生成结果
|
||
comfyui/models/
|
||
comfyui/custom_nodes/
|
||
comfyui/output/
|
||
comfyui/.env
|
||
|
||
# 忽略 InvokeAI 模型、配置和生成结果
|
||
invokeai/data/
|
||
invokeai/.env
|
||
|
||
# 忽略 code-server 配置、本地扩展和本地环境变量
|
||
code-server/config/
|
||
code-server/local/
|
||
code-server/.env
|
||
|
||
# 已退役 Pocket ID/OAuth2 Proxy 数据与密钥仍保持忽略,避免历史敏感数据误提交
|
||
pocket-id/secrets/*
|
||
authentik/secrets/*
|
||
!authentik/secrets/.gitkeep
|
||
ai-gateway/secrets/*
|
||
!ai-gateway/secrets/README.md
|
||
oauth2-proxy/secrets/*
|
||
|
||
|
||
# 忽略 Chat Provider 代理桥 Unix socket
|
||
chat/run/
|
||
chat/node_modules/
|
||
chat/.next/
|
||
chat/dist/
|
||
chat/cache/
|
||
chat/data/
|
||
|
||
# 忽略本地诊断输出
|
||
/0
|
||
chat/data/ |