Skip to content

Commit 0f29d25

Browse files
ehrlingerclaude
andauthored
fix: ignore local CLAUDE.md (build + git) (#137)
A local CLAUDE.md (repo-specific Claude instructions, references the Obsidian codemap) sits at the repo root. It's not tracked, but nothing kept R CMD build from sweeping it into the tarball -> a "non-standard file at top level" NOTE, same class as the stray Rplots.pdf handled in #135. Add `^CLAUDE\.md$` to .Rbuildignore (never ship it) and `CLAUDE.md` to .gitignore (never commit it). Verified: with CLAUDE.md present in the source tree, the built tarball contains no CLAUDE.md. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 95900bd commit 0f29d25

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ framed.sty
2929
^CRAN-SUBMISSION$
3030
^\.github$
3131
^\.claude$
32+
^CLAUDE\.md$
3233
^\.git$
3334
^\.vscode$
3435
^doc$

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ vignettes/uvarpro_files/
5454
vignettes/uvarpro.html
5555

5656
.claude
57+
CLAUDE.md
5758
.positai
5859

5960
# Brainstorm / visual-companion scratch

0 commit comments

Comments
 (0)