文件缓存文件夹将会被提交到 Git。
我们认为这个文件夹不应该被提交。
所以应该修改 git 的忽略文件,添加下面的内容:
# vitepress build output .vitepress/cache
同时部署文件夹中来看,忽略这个文件夹不会影响构建部署。