Skip to content

Commit 8263f48

Browse files
committed
fix: allow chart/latest.png through gitignore
1 parent e4c7fe4 commit 8263f48

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ build/
1212
# Pixi
1313
.pixi/
1414

15-
# Generated chart images (don't commit, they're ephemeral)
15+
# Generated chart images (ephemeral — don't commit local renders)
1616
*.png
1717
*.jpg
18+
# Exception: the repo's live chart updated by the bot
19+
!chart/latest.png
1820

1921
# Environment / secrets — NEVER commit these
2022
.env

chart/latest.png

74.6 KB
Loading

0 commit comments

Comments
 (0)