Skip to content

Commit

Permalink
💾 Feat: Use cheese to manage references.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynesshely committed Mar 14, 2024
1 parent c4b59c0 commit 33f48cf
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 2 deletions.
44 changes: 44 additions & 0 deletions .cheese/references.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
[
{
"Name": "Common.Activity",
"Location": "Reference/Common.Activity",
"Url": "git@github.com:Crequency/Common.Activity.git",
"Type": 1,
"InSubmodule": false
},
{
"Name": "Common.Algorithm",
"Location": "Reference/Common.Algorithm",
"Url": "git@github.com:Crequency/Common.Algorithm.git",
"Type": 1,
"InSubmodule": false
},
{
"Name": "Common.BasicHelper",
"Location": "Reference/Common.BasicHelper",
"Url": "git@github.com:Crequency/Common.BasicHelper.git",
"Type": 1,
"InSubmodule": false
},
{
"Name": "Common.Update",
"Location": "Reference/Common.Update",
"Url": "git@github.com:Crequency/Common.Update.git",
"Type": 1,
"InSubmodule": false
},
{
"Name": "Csharpell",
"Location": "Reference/Csharpell",
"Url": "git@github.com:Dynesshely/Csharpell.git",
"Type": 1,
"InSubmodule": false
},
{
"Name": "XamlMultiLanguageEditor",
"Location": "KitX SDK/Reference/XamlMultiLanguageEditor",
"Url": "git@github.com:Dynesshely/XamlMultiLanguageEditor.git",
"Type": 1,
"InSubmodule": true
}
]
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ KitX\ Publish/

## Ignore for refernces
Reference/
KitX\ SDK/Reference/

## Ignore for IDE settings
.idea/
Expand Down
2 changes: 1 addition & 1 deletion KitX SDK

0 comments on commit 33f48cf

Please sign in to comment.