Allow brand PNGs to be tracked despite *.png gitignore.
CI / skip-ci-check (pull_request) Successful in 29s
CI / docker-ci (pull_request) Successful in 31s
CI / secret-scan (pull_request) Successful in 34s
CI / python-lint (pull_request) Successful in 32s
CI / admin-unit (pull_request) Successful in 2m17s
CI / viewer-unit (pull_request) Successful in 2m21s
CI / e2e (pull_request) Successful in 3m12s

This commit is contained in:
2026-08-04 12:42:11 -04:00
parent 9ba8e7a214
commit aee2add5cd
+5
View File
@@ -103,3 +103,8 @@ logs/
e2e/env-defaults.local.json
viewer-frontend/.data/
# Brand logos (explicitly tracked despite *.png)
!viewer-frontend/public/logo.png
!viewer-frontend/public/brand/
!viewer-frontend/public/brand/**/*.png