Remove secret gitea config and ignore file

This commit is contained in:
2026-02-21 23:44:00 +01:00
parent 01b0d8db24
commit 9a3fa94858
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
/target /target
**/*.rs.bk **/*.rs.bk
.vscode/ .vscode/
gitea-mcp.json

View File

@@ -2,5 +2,5 @@
"server": "git.xorwell.de", "server": "git.xorwell.de",
"owner": "christian", "owner": "christian",
"repo": "quicknprotochat", "repo": "quicknprotochat",
"token": "5f34f0eb49b0d341bc22332172d33e2142267e79" "token": "<insert-personal-access-token>"
} }