Files
hanzo-dev 7d981536a2 assets: ICO + Slack (2000² square) + named web icons; track dist images; build generates; publish 0.1.1
Ports the canonical logo build: multi-resolution .ico, square 2000×2000
Slack app icon, web-standard named icons (android-chrome/apple-touch-icon/
mstile) alongside favicon/icons/apple/dock/menubar/og. Adds a .gitignore
(track png/ico/svg, ignore node_modules + compiled JS). build now runs
generate so the npm package ships rendered images.
2026-07-03 16:09:54 -07:00

15 lines
532 B
Plaintext

node_modules/
*.log
.DS_Store
*.tsbuildinfo
# ── Logo assets ──────────────────────────────────────────────────────────
# dist is NOT ignored: the rendered image assets (png/ico/svg + showcase) are
# tracked for easy reference and ship in the npm package (CI regenerates on
# publish). Only the compiled JS/maps are ignored (regenerated, churny).
dist/**/*.js
dist/**/*.d.ts
dist/**/*.map
dist/*.js
dist/*.d.ts