Commit 0f29d25
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
0 commit comments