From 70a1cc2e63d2c49a135bd89cec3ffb1d427d90ee Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Tue, 30 Jun 2026 16:21:47 +0800 Subject: [PATCH] Freeze prep TagLauncher 8.2.9 Pro status UI --- .gitignore | 26 +++++++++++++++++++++++--- 1 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a55765d..7342ec4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,24 @@ -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/ + +# Local scratch notes. +/项目管理规范.md + +# Local Codex session memory and runtime data. +/.codex/ +/.codex-sessionhistory/ -- Gitblit v1.9.3