From 550d382014b5f3476caed167025d6c4be16d844d Mon Sep 17 00:00:00 2001 From: wikiapiserver Date: Thu, 25 Jun 2026 21:27:23 +0200 Subject: chore: add wikiapiserver binary to .gitignore and remove from history Binary was tracked for several commits, bloating the repo. Removed all references via git filter-repo. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 70367ca..17c7882 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ # Build output +wikiapiserver *.exe *.exe~ *.test -*.out # Dependencies !vendor/ -- cgit v1.2.3