From 5415b14a53aa29e78b3eef4a2729a9c19dd363c1 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Mon, 13 Apr 2026 11:01:21 +0800 Subject: [PATCH] =?UTF-8?q?[DOCS]=20=E6=9B=B4=E6=96=B0=20.gitignore=20?= =?UTF-8?q?=E4=BB=A5=E6=8E=92=E9=99=A4=20pptx=20=E7=9B=AE=E9=8C=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 在 .gitignore 中新增 /docs/pptx 路徑,避免產出的簡報檔案意外進入版本控制。 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fa5dd01..269d32a 100644 --- a/.gitignore +++ b/.gitignore @@ -19,5 +19,6 @@ yarn-error.log /.vscode /docs/API /docs/*.xlsx +/docs/pptx