refactor: Initial release

This commit is contained in:
Mira 2025-01-27 17:17:53 +01:00
commit 9505750e29
Signed by untrusted user who does not match committer: Xorog
GPG key ID: 983798ED9C3E7C36
447 changed files with 41522 additions and 0 deletions

28
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,28 @@
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": false,
"OfficialPlugins/deps": true,
"OfficialPlugins/trusted_manifests": true,
"hooks": true,
"_typos.toml": true,
"InitSubmodules.sh": true,
".gitattributes": true,
".gitconfig": true,
"LICENSE": true,
"renovate.json": true,
"ResetDevToPreview.sh": true,
"ResetPreviewToMain.sh": true,
"SetupGit.sh": true,
"TestRun.sh": true,
"UpdateSubmodules.sh": true,
"**/*.pmpl": true,
"event.json": true
},
"explorerExclude.backup": {},
"dotnet.defaultSolution": "ProjectMakoto/ProjectMakoto.sln"
}