From 4c6f31c43a03ecb5a85ffb6a3ea3905a661af0f4 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Tue, 30 Jun 2026 18:24:23 +0800 Subject: [PATCH] Remove non-source materials from source worktree --- .gitignore | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 7342ec4..50527e8 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,13 @@ # 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 scratch notes. /项目管理规范.md -- Gitblit v1.9.3