feat: initialize project configuration and state files for coaligne integration

This commit is contained in:
dolphin
2026-07-06 12:15:30 +08:00
parent eb56844a26
commit 2a84fb0660
4 changed files with 22 additions and 0 deletions
@@ -0,0 +1,4 @@
{
"baselineCommitHash": "6cad6e6dec0fb94234d4b446cd702f58aecc0e18",
"lastPushedCommitHash": "78a5c55f421222c2f98970a1bf0fe36d1915ec00"
}
+10
View File
@@ -0,0 +1,10 @@
{
"projects": [
{
"id": "96f41709-87dd-4d3e-8ad1-07610ce2c830",
"name": "bisheng",
"role": "viewer",
"joinedAt": "2026-07-06T04:09:17.923Z"
}
]
}
+8
View File
@@ -0,0 +1,8 @@
# 补充排除:配置与本地敏感文件(会话通道管不到,这里只保文件通道)
config.yaml
config.*.yaml
*.local.yaml
*.local.yml
.env.local
*.sqlite
*.log
View File