From 548f53ccbf90ed5a645cf7ad226ddad66f942e5d Mon Sep 17 00:00:00 2001 From: jim800121chen Date: Fri, 1 May 2026 10:54:45 +0800 Subject: [PATCH] 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) --- .env | 2 -- .gitignore | 6 +++++- 2 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index 8711951..0000000 --- a/.env +++ /dev/null @@ -1,2 +0,0 @@ -# Local default. start.sh will override if needed. -USE_PREBUILD=/workspaces/model_converter_web/toolchain/prebuild diff --git a/.gitignore b/.gitignore index de0467e..a56dbad 100644 --- a/.gitignore +++ b/.gitignore @@ -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