Files
SilverMetal/.gitignore
sysadmin 66e7fd4ae8 docs(windows): first-boot experience & branding design spec
Design for SilverMetal Windows first-boot: declarative branding build
(4 layers baked offline into the WIM, shared dual-mode module), hardened
onboarding kiosk (Shell Launcher v2 + Keyboard Filter for the one-time
sm-bootstrap session), and the Hybrid fullscreen glass-card presentation
for the Welcome app. Fills the empty Invoke-Brand stub (M4 branding).

Approved in brainstorming. Next: writing-plans.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-09 13:53:58 +01:00

71 lines
786 B
Plaintext

# Brainstorming / design scratch (mockups, companion state) — durable specs live in docs/
.superpowers/
# Build outputs
build/output/
build/cache/
*.iso
*.img
*.deb
*.rpm
*.exe
*.msi
*.dmg
*.pkg
*.apk
*.aab
*.ipa
# Secrets / keys (real keys never live in this repo)
*.key
*.pem
*.p12
*.pfx
*.gpg
secring.*
*-private*
*.kbx
trustdb.gpg
# OS / editor cruft
.DS_Store
Thumbs.db
*~
.idea/
.vscode/
*.swp
*.swo
# Local config overrides
*.local
.env
.env.*
!.env.example
# Toolchain caches
node_modules/
__pycache__/
*.pyc
.cache/
.npm/
target/
obj/
bin/
dist/
out/
# Live-build / debootstrap intermediates
chroot/
binary/
*.log
.build/
config/local-*
# Test artifacts
tests/output/
*.cov
coverage/
# SBOM intermediates (final SBOMs are committed; intermediates are not)
sbom/work/