chore(brand): add cleaned logo assets and gitignore source files

logo.png at the repo root is a working 4.8MB source; optimised
variants used by the running app live in src/quartermaster/static/brand/
(full mark, mark-wide without wordmark, shield-wide for favicon).
Background checkerboard was masked out of all three so they sit on
any page colour. Gitignore the root source and WSL Zone.Identifier
sidecars.

Refs #17

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
archeious 2026-04-17 16:57:51 -06:00
parent 961ea46669
commit 4ba4a1ba18
4 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View file

@ -68,6 +68,10 @@ quartermaster.db-journal
backups/ backups/
docs/wiki/ docs/wiki/
# Brand source assets (optimised versions live in src/quartermaster/static/brand/)
/logo.png
*:Zone.Identifier
# Flask stuff: # Flask stuff:
instance/ instance/
.webassets-cache .webassets-cache

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB