忽略 OTA 运行时数据与临时产物,停止跟踪本地 db/json。
这些文件本就属于本机运行态,继续入库会把环境数据带进仓库。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -13,6 +13,8 @@ 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/
|
||||
@@ -32,3 +34,8 @@ Thumbs.db
|
||||
Desktop.ini
|
||||
/.cursor/rules
|
||||
/MiGu.Server/wwwroot
|
||||
/MiGu.Server/data/platform.db
|
||||
|
||||
# 临时脚本 / 工具产物(不应入库)
|
||||
.codex-temp/
|
||||
frontends/apps/simple-platform-vue/imgui.ini
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
{
|
||||
"section": "deployment",
|
||||
"version": 7,
|
||||
"updatedAt": "2026-06-09T01:43:46.9419888+00:00",
|
||||
"payload": {
|
||||
"configured": true,
|
||||
"platformType": "standard",
|
||||
"modules": [
|
||||
"wms"
|
||||
],
|
||||
"navigationKinds": [
|
||||
"qrcode",
|
||||
"laser"
|
||||
],
|
||||
"scenarios": [
|
||||
"tpl-p2p"
|
||||
],
|
||||
"updatedBy": "admin"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Reference in New Issue
Block a user