chore: clean cache

This commit is contained in:
GitHub Actions
2025-12-11 18:17:21 +00:00
parent b4dd1efe3c
commit 65d837a13f
646 changed files with 0 additions and 129862 deletions
-36
View File
@@ -1,36 +0,0 @@
{
"gopls": {
"staticcheck": true,
"analyses": {
"unusedparams": true,
"nilness": true
},
"completeUnimported": true,
"matcher": "Fuzzy",
"verboseOutput": true
},
"go.useLanguageServer": true,
"go.toolsEnvVars": {
"GOMODCACHE": "${workspaceFolder}/.cache/go/pkg/mod"
},
"go.buildOnSave": "workspace",
"go.lintOnSave": "package",
"go.formatTool": "gofmt",
"files.watcherExclude": {
"**/pkg/mod/**": true,
"**/go/pkg/mod/**": true,
"**/root/go/pkg/mod/**": true,
"**/backend/data/**": true,
"**/frontend/dist/**": true
},
"search.exclude": {
"**/pkg/mod/**": true,
"**/go/pkg/mod/**": true,
"**/root/go/pkg/mod/**": true
},
"githubPullRequests.ignoredPullRequestBranches": [
"main"
],
// Toggle workspace-specific keybindings (used by .vscode/keybindings.json)
"charon.workspaceKeybindingsEnabled": true
}