From 01bab5422712299b49f656e6b4c42a3bf314f519 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Thu, 02 Jul 2026 11:02:42 +0800 Subject: [PATCH] Release 8.3.5 free tag order persistence --- .gitignore | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 5a5d866..6d3f3ab 100644 --- a/.gitignore +++ b/.gitignore @@ -16,5 +16,21 @@ # Duplicate generated help package copied outside the canonical source tree. /Docs/Help/ +# Non-source project knowledge, website/archive material, and local canvases live outside +# the source worktree under /Users/ar/Projects/Taglauncher-doc/. +/Docs/ +/docs/ +/canvas/ +/文档导读.md + +# Local release snapshots can be large and noisy. Existing tracked release metadata +# remains visible; force-add exceptional new release records only when needed. +/src/Release/AppStore-*/ +/src/Release/Freeze-*/ + # Local scratch notes. /项目管理规范.md + +# Local Codex session memory and runtime data. +/.codex/ +/.codex-sessionhistory/ -- Gitblit v1.9.3