Files
ResumeSite/.gitignore
T
cesnimda a10418ab93 fix: CV split-button height + LinkedIn redirect; tooling tidy
- CV split button: make the chevron <details> flex and the summary full-height so the
  toggle matches the primary button height (verified 39.1px == 39.1px)
- nginx: /Linkedin now 301s to the real profile (linkedin.com/in/connor-babbington)
- prettier-ignore .pnpm-store; gitignore .claude/settings.local.json; e2e port 4321->4399;
  dev preview autoPort

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-04 11:22:48 +02:00

39 lines
475 B
Plaintext

# Dependencies
node_modules/
.pnpm-store/
# Build output
site/dist/
site/.astro/
**/bin/
**/obj/
# Test artifacts
tests/test-results/
tests/playwright-report/
tests/.cache/
coverage/
# Env & secrets
.env
.env.*
!.env.example
*.pfx
relay/appsettings.*.local.json
# OS / editor
.DS_Store
Thumbs.db
.vscode/
.idea/
.claude/settings.local.json
# Mission prompt scratch files (kept locally, not part of the product)
step1.txt
step2.txt
step3.txt
# Logs
*.log
npm-debug.log*