Ignore frontend build artifacts
This commit is contained in:
+3
-4
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user