From f8e4873349c09c0bbdab72954daa4dae9333993e Mon Sep 17 00:00:00 2001 From: Sochen Date: Thu, 5 Mar 2026 05:26:18 +0000 Subject: [PATCH] Remove releases/ binary from git; add to .gitignore Release artifacts (.apkg files) are distributed via Forgejo releases, not committed to the repository tree. Also gitignore CLAUDE.md (internal). Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 260bcff..74043b9 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,7 @@ output/ ANKIWEB_DESCRIPTION.md PROJECTS.md SPRINT_LOG.md +CLAUDE.md + +# Release artifacts — distributed via Forgejo releases, not committed to tree +releases/