KeyBind Update

This commit is contained in:
2025-05-22 16:07:39 -04:00
parent 7c749f6215
commit fe18bb4813
3 changed files with 26 additions and 0 deletions

10
.idea/.gitignore generated vendored Normal file
View File

@@ -0,0 +1,10 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# Environment-dependent path to Maven home directory
/mavenHomeManager.xml

View File

@@ -0,0 +1,16 @@
{
"entrypoints": {
"main": [
{
"adapter": "kotlin",
"value": "co.sirblob.CobbleSync"
}
],
"client": [
{
"adapter": "kotlin",
"value": "co.sirblob.CobbleSyncClient"
}
]
}
}