45 lines
811 B
Plaintext
45 lines
811 B
Plaintext
# .NET
|
|
**/bin/
|
|
**/obj/
|
|
*.user
|
|
*.suo
|
|
*.cache
|
|
*.dll
|
|
*.pdb
|
|
|
|
# MiGu.Server 运行时数据(含敏感 token)
|
|
MiGu.Server/data/*.json
|
|
MiGu.Server/data/*.db
|
|
MiGu.Server/data/*.db-shm
|
|
MiGu.Server/data/*.db-wal
|
|
MiGu.Server/data/.internal-token
|
|
# OTA 运行时产物:拉取/上传包、任务、历史、settings(子目录,*.json 上面那行不递归)
|
|
MiGu.Server/data/ota/
|
|
|
|
# 前端构建产物
|
|
MiGu.Server/wwwroot/
|
|
frontends/apps/simple-platform-vue/auto-imports.d.ts
|
|
|
|
# 临时构建输出
|
|
.tmp-build*/
|
|
_build_out.txt
|
|
.tools/
|
|
|
|
# SimpleLite 运行目录
|
|
/SimpleLite/
|
|
|
|
# IDE / OS
|
|
.vs/
|
|
.idea/
|
|
*.swp
|
|
Thumbs.db
|
|
Desktop.ini
|
|
/.cursor/rules
|
|
/MiGu.Server/wwwroot
|
|
/MiGu.Server/data/platform.db
|
|
|
|
# 临时脚本 / 工具产物(不应入库)
|
|
.codex-temp/
|
|
frontends/apps/simple-platform-vue/imgui.ini
|
|
/.cursor/plans
|