mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
refactor: 优化前端代码结构和资源管理 style: 调整前端代码格式和样式 chore: 更新.gitignore和构建配置 fix: 修复前端资源路径和引用问题 docs: 更新前端文档和注释 perf: 优化前端性能和加载速度 test: 更新前端测试用例 build: 调整前端构建配置 ci: 更新CI/CD配置
29 lines
408 B
Plaintext
Executable File
29 lines
408 B
Plaintext
Executable File
node_modules
|
|
.DS_Store
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
.cursorrules
|
|
.history
|
|
|
|
# Auto-generated files
|
|
src/types/import/auto-imports.d.ts
|
|
src/types/import/components.d.ts
|
|
.auto-import.json
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.local
|
|
|
|
stats.html
|
|
pnpm-lock.yaml
|
|
package-lock.json
|
|
.stylelintcache
|
|
.eslintcache
|
|
|
|
# docs and app directories are at frontend root, managed by frontend/.gitignore
|