mirror of
https://github.com/ringhyacinth/Star-Office-UI
synced 2026-04-21 13:27:19 +00:00
chore: add join-keys.json to gitignore (runtime data)
This commit is contained in:
parent
ee141de7cc
commit
83e61ff8bf
2 changed files with 1 additions and 13 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -36,3 +36,4 @@ desktop-pet/src-tauri/icons/*Logo.png
|
|||
# Electron local build artifacts
|
||||
electron-shell/node_modules/
|
||||
electron-shell/release/
|
||||
join-keys.json
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"keys": [
|
||||
{
|
||||
"key": "ocj_example_team_01",
|
||||
"used": false,
|
||||
"reusable": true,
|
||||
"maxConcurrent": 3,
|
||||
"usedBy": null,
|
||||
"usedByAgentId": null,
|
||||
"usedAt": null
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue