From b470cd00e9e8763535fcdc45f112e7a41195802e Mon Sep 17 00:00:00 2001 From: jedarden Date: Thu, 2 Jul 2026 19:53:34 -0400 Subject: [PATCH] chore(bf-1z9t): update .gitignore to exclude database backup files - Add '*.backup*' pattern to .beads/.gitignore - Remove existing backup files from disk - Ensures future database backups are not tracked by git Co-Authored-By: Claude --- .beads/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.beads/.gitignore b/.beads/.gitignore index 01381ed..d322b91 100644 --- a/.beads/.gitignore +++ b/.beads/.gitignore @@ -1,3 +1,4 @@ beads.db beads.db-shm beads.db-wal +*.backup*