Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
458 changes: 458 additions & 0 deletions .claude/skills/email-template/SKILL.md

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
## macOS Cruft
.DS_Store

## Git worktrees
.worktrees/

## GitHub Actions Local Testing (act)
.secrets
.actrc.local
Expand Down Expand Up @@ -456,6 +453,7 @@ CLAUDE.local.md
docs/.local/
.claude-figma-verify/
screenshots/
.playwright-mcp/

# output files
output
Expand Down Expand Up @@ -495,5 +493,8 @@ packages/design-system/design/sass/_uswds-settings.scss
# JetBrains IDE configuration
.idea/

# Email template verification screenshots
email-templates/_snapshots/

# Generated design-system locale output (app reads from Web's gitignored copy)
packages/design-system/content/locales/
Loading
Loading