Files
FastapiAdmin/frontend/docs/.gitignore
T
zhangtao 5c29d22aa5 feat: 初始化前端项目基础结构
- 添加项目配置文件(tsconfig, eslint, prettier等)
- 实现基础路由和页面布局
- 添加全局状态管理和API请求封装
- 集成UI组件库和主题系统
- 添加文档网站和示例页面
- 配置CI/CD和工作流
2026-05-01 00:47:48 +08:00

31 lines
452 B
Plaintext

.DS_Store
coverage/
node_modules/
unpackage/
dist/
lib/
website/
.temp
.cache
# .vitepress/cache/* - 只忽略 cache 目录下的文件,但不忽略子目录
# .vitepress/cache/ - 忽略整个 cache 目录及其所有内容(推荐)
**/.vitepress/cache/
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.project
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*
.history
tags.json
attributes.json
web-types.json