From 899a383c5328ef7546e6600f7a936f50887e66a2 Mon Sep 17 00:00:00 2001 From: Ad-closeNN <1709301095@qq.com> Date: Mon, 20 Apr 2026 12:00:42 +0800 Subject: [PATCH] =?UTF-8?q?chore(.gitignore):=20=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E6=9C=9F=E9=97=B4=E4=BD=BF=E7=94=A8=20verbose=20=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a96d723..b7a989f 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,7 @@ src/content/.obsidian .serena .claude -.obsidian \ No newline at end of file +.obsidian +.cache + +build.log \ No newline at end of file diff --git a/package.json b/package.json index 9147c82..9818682 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dev": "astro dev", "start": "astro dev", "check": "astro check", - "build": "astro build && pagefind --site dist", + "build": "astro build --verbose && pagefind --site dist", "preview": "astro preview", "astro": "astro", "type-check": "tsc --noEmit --isolatedDeclarations",