mirror of
https://github.com/zenlm/logo.git
synced 2026-07-26 22:08:56 +00:00
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.
15 lines
532 B
Plaintext
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
|