mirror of
https://github.com/awizemann/scarf.git
synced 2026-05-10 10:36:35 +00:00
chore: Ignore release-artifact binaries
Stops the release script's git-clean preflight from tripping on the zips + appcast-entry.xml that every release run produces under releases/v<VERSION>/. GitHub Releases hosts the actual downloads; there's no reason to commit ~30 MB of binaries per release into git history. RELEASE_NOTES.md stays tracked — it's committed as part of the version bump by the release script. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -47,3 +47,8 @@ scarf/standards/backups/
|
|||||||
|
|
||||||
# Scarf project dashboards (user-specific)
|
# Scarf project dashboards (user-specific)
|
||||||
.scarf/
|
.scarf/
|
||||||
|
|
||||||
|
# Release artifacts — GitHub Releases hosts the binaries; no need to bloat git
|
||||||
|
# history. RELEASE_NOTES.md stays tracked (committed with the version bump).
|
||||||
|
releases/v*/*.zip
|
||||||
|
releases/v*/appcast-entry.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user