From a33b6690d6214144cef9224f1112f06d98d4e197 Mon Sep 17 00:00:00 2001 From: tikkhun Date: Tue, 14 Oct 2025 14:40:35 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0.gitignore=E6=96=87?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E6=B7=BB=E5=8A=A0docs=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E5=BF=BD=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 忽略生成的文档目录以避免不必要的版本控制 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ff2ba74..2882215 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,5 @@ run/ .tsbuildinfo.* yarn.lock **/config.prod.ts -**/config.local.ts \ No newline at end of file +**/config.local.ts +docs