From 0ae3a9359e4cdf6ae5b669c4affd91662463f370 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Wed, 01 Jul 2026 23:17:36 +0800 Subject: [PATCH] Prepare TagLauncher 8.3.1 candidate --- .gitignore | 38 +++++++++++++++++++++++++++++++++++--- 1 files changed, 35 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a55765d..6d3f3ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,36 @@ -build/ .DS_Store -*.swp -*.swo + +# Root-local runtime/build byproducts. App build outputs are generated under src/build/. +/build/ +/LocalDataBackups/ + +# Certificates and local release staging do not belong in source control. +/Release/证书/ +/Release/_archive/ +/Release/X-存档/ +/Release/**/*.p12 +/Release/**/*.cer +/Release/**/*.certSigningRequest +/Release/**/*.provisionprofile + +# 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