添加 .gitignore 文件、排除目录

添加了 .gitignore 文件,并清理了 VitePress 缓存目录、构建目录以及 .idea .vscode 目录。
This commit is contained in:
2026-04-22 14:07:37 +08:00
parent 891acdfbfd
commit 9814fbc03a
15 changed files with 7 additions and 25943 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
.idea/
.vscode/
.vitepress/cache/
.vitepress/dist/
node_modules/