mirror of
https://github.com/dataelement/bisheng.git
synced 2026-08-28 17:14:44 +08:00
feat: initialize project configuration and state files for coaligne integration
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"baselineCommitHash": "6cad6e6dec0fb94234d4b446cd702f58aecc0e18",
|
||||
"lastPushedCommitHash": "78a5c55f421222c2f98970a1bf0fe36d1915ec00"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"projects": [
|
||||
{
|
||||
"id": "96f41709-87dd-4d3e-8ad1-07610ce2c830",
|
||||
"name": "bisheng",
|
||||
"role": "viewer",
|
||||
"joinedAt": "2026-07-06T04:09:17.923Z"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
# 补充排除:配置与本地敏感文件(会话通道管不到,这里只保文件通道)
|
||||
config.yaml
|
||||
config.*.yaml
|
||||
*.local.yaml
|
||||
*.local.yml
|
||||
.env.local
|
||||
*.sqlite
|
||||
*.log
|
||||
Reference in New Issue
Block a user