Ignore frontend build artifacts

This commit is contained in:
ArtoriasWu
2026-06-09 09:03:41 +08:00
parent 1c03c7bd80
commit 45f0261ed7
106 changed files with 3 additions and 335 deletions
+3 -4
View File
@@ -6,15 +6,14 @@
*.cache
*.dll
*.pdb
!**/wwwroot/**/*.dll
# MiGu.Server 运行时数据(含敏感 token)
MiGu.Server/data/*.json
MiGu.Server/data/.internal-token
# 可选:若希望 wwwroot 仅 CI 产出、不入库,取消下行注释
# MiGu.Server/wwwroot/assets/
# MiGu.Server/wwwroot/index.html
# 前端构建产物
MiGu.Server/wwwroot/
frontends/apps/simple-platform-vue/auto-imports.d.ts
# IDE / OS
.vs/