Files
FastapiAdmin/fastdocs/.gitignore
T
zhangtao 53dd4b4913 chore(cache): 清理并忽略 fastdocs 的 .vitepress 缓存文件夹
- 在主.gitignore中添加 fastdocs/.vitepress/cache/* 忽略规则
- 在 fastdocs/.gitignore 中添加 .vitepress/cache/* 忽略规则
- 删除 fastdocs/.vitepress/cache 中的 @vueuse_core.js 文件及其全部内容
2025-09-24 22:38:57 +08:00

29 lines
277 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
.DS_Store
dist
*.local
.history
# Editor directories and files
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
launch.json
.hbuilderx
pnpm-lock.yaml
.vitepress/cache/*