From 128968f3646f85b1a8620890a496128d209baa3a Mon Sep 17 00:00:00 2001 From: AngusTarsWong Date: Sun, 10 May 2026 20:37:05 +0800 Subject: [PATCH] chore: remove accidentally committed git history backup Remove .git.backup-before-filter-repo/ which was committed by mistake. This directory contained a full backup of the pre-cleanup git history, which would defeat the purpose of the earlier secret removal. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1e8c4b6b..7e72c806 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,6 @@ scripts/tests/.test-traces/ # Local dev tool scripts remove_emojis.js mcp.config.json + +# Git history rewrite backups — must never be committed +.git.backup-*