From 9a3fa948585ecb10047fdab920aee442f878a47d Mon Sep 17 00:00:00 2001 From: Christian Nennemann Date: Sat, 21 Feb 2026 23:44:00 +0100 Subject: [PATCH] Remove secret gitea config and ignore file --- .gitignore | 1 + gitea-mcp.json => gitea-mcp.example.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) rename gitea-mcp.json => gitea-mcp.example.json (61%) diff --git a/.gitignore b/.gitignore index b4e53ce..e8edbd3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target **/*.rs.bk .vscode/ +gitea-mcp.json diff --git a/gitea-mcp.json b/gitea-mcp.example.json similarity index 61% rename from gitea-mcp.json rename to gitea-mcp.example.json index 5ef5ac4..b2cc8a6 100644 --- a/gitea-mcp.json +++ b/gitea-mcp.example.json @@ -2,5 +2,5 @@ "server": "git.xorwell.de", "owner": "christian", "repo": "quicknprotochat", - "token": "5f34f0eb49b0d341bc22332172d33e2142267e79" + "token": "" }