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 <noreply@anthropic.com>
This commit is contained in:
parent
e66020628f
commit
f8e4873349
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in a new issue