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:
@@ -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
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 81 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 86 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 90 KiB |
Reference in New Issue
Block a user