Skip to content

Commit b66669a

Browse files
committed
fix(pages): untrack dangling Mac-path symlinks that broke GitHub Pages
AGENTS.md, CLAUDE.md, jj_cheatsheet.md were tracked symlinks pointing at absolute /Users/pmarreck/... paths (an Obsidian vault + dotfiles) that don't exist off the Mac — dangling on this Linux box AND on the Pages runner, where the deploy-from- branch tar step fails on them (exit 1). They're local-only conveniences (and .gitignore already lists AGENTS*/CLAUDE*; policy says don't commit them), so untrack (working-copy symlinks kept) and gitignore jj_cheatsheet.md.
1 parent a5512aa commit b66669a

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ ZIG_0.15_TO_0.16_MIGRATION.md
3939
!bin/utf16to8
4040
AGENTS*.md
4141
CLAUDE*.md
42+
# Local convenience symlink to ~/dotfiles (external target — must not be committed
43+
# into a published repo; broke the GitHub Pages build as a dangling symlink).
44+
jj_cheatsheet.md

AGENTS.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

CLAUDE.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

jj_cheatsheet.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)