chore: untrack .env and ignore Autoflow personal layer

- Stop tracking .env (was committed in 31f61b5 with plaintext MinIO
  secrets; existing history cleanup is tracked as Risk-A in Phase 1
  backlog and will be addressed before launch)
- Ignore .autoflow/ entirely (per-branch personal notes layer)
- Ignore two local-only reference assets: drawio architecture export
  and toolchain manual PDF

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
jim800121chen 2026-05-01 10:54:45 +08:00
parent 75e3a9b2cc
commit 548f53ccbf
2 changed files with 5 additions and 3 deletions

2
.env
View File

@ -1,2 +0,0 @@
# Local default. start.sh will override if needed.
USE_PREBUILD=/workspaces/model_converter_web/toolchain/prebuild

6
.gitignore vendored
View File

@ -80,4 +80,8 @@ CLAUDE.md.backup
# Autoflow Agent由 autoflow-agent init 自動產生)
.claude/
.autoflow/CLAUDE.md.backup.*
.autoflow/
# 兩個本地參考資料,不進 repo
Model Converter with Task Queue.drawio.png
tool chain manual.pdf