chore: 添加 .gitignore 和 Traefik 部署策略文档
.gitignore 更新: - 添加 pixi 环境和 .claude 目录忽略 - 添加 supabase-stack 相关忽略规则 - 添加 web/ws/postgres_data/pgdata/ 数据库数据忽略 docs/ 文档: - strategy-1-path-prefix.md: 路径前缀部署方案 - strategy-2-subdomain.md: 子域名部署方案 - strategy-3-hybrid.md: 混合部署方案 - strategy-comparison-report.md: 策略对比报告 这些文档详细说明了 Traefik 反向代理的三种部署策略, 为多应用部署提供参考方案。
This commit is contained in:
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
.pixi
|
||||
.claude
|
||||
|
||||
# pixi environments
|
||||
supabase-stack/.pixi/*
|
||||
|
||||
|
||||
# supabase
|
||||
supabase-stack/
|
||||
supabase-stack/volumes/*
|
||||
|
||||
# web
|
||||
## webws
|
||||
web/ws/postgres_data/pgdata/
|
||||
Reference in New Issue
Block a user