chore: untrack one-off social images committed by mistake (#46)

A `git add -A` during the v4.4.0 bump accidentally tracked the announcement
art (announce/changelog/ponytail-*.gif) in the repo root. Untrack them and
gitignore the pattern; they stay on disk for posting but out of the repo.
This commit is contained in:
DietrichGebert
2026-06-15 03:03:33 +02:00
committed by GitHub
parent e27180633f
commit 1c420ad2f3
4 changed files with 5 additions and 0 deletions
+5
View File
@@ -9,3 +9,8 @@ node_modules/
# promptfoo eval artifacts
.promptfoo/
benchmarks/output*
# one-off social/announcement art, not repo content
announce-*.png
changelog-*.png
ponytail-*.gif