From 5e0293f8399e8db70740f382126ce39befc7ff0d Mon Sep 17 00:00:00 2001 From: jdysya <1912377458@qq.com> Date: Sat, 15 Feb 2025 18:10:03 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=20.gitignore=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=BB=A5=E5=8F=8D=E6=98=A0=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 -src/ 目录下的 .vuepress 相关缓存和构建文件夹修改为 doc/src/ - 删除多余的空行,优化 .gitignore 文件结构 --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1e6aafd..492d1d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ node_modules/ -src/.vuepress/.cache/ -src/.vuepress/.temp/ -src/.vuepress/dist/ +doc/src/.vuepress/.cache/ +doc/src/.vuepress/.temp/ +doc/src/.vuepress/dist/ .DS_Store -*.db \ No newline at end of file +*.db