Skip to content

chore: gitignore .private/ - #14

Merged
abrichr merged 1 commit into
mainfrom
chore/gitignore-private-dir
Jul 28, 2026
Merged

chore: gitignore .private/#14
abrichr merged 1 commit into
mainfrom
chore/gitignore-private-dir

Conversation

@abrichr

@abrichr abrichr commented Jul 27, 2026

Copy link
Copy Markdown
Member

.private/ is the workspace-wide convention for material that must never be published (strategy, prospect research, funding applications, counsel packs, personal contact details, benchmark corpora). It was not gitignored in this repository, so a .private/ directory created inside this checkout — which happens routinely — was one stray git add away from being committed and pushed.

This adds the single rule plus a short comment. Nothing else is ignored.

Verified before opening: no .private/ path is tracked in this repository, so the rule takes effect immediately rather than being a no-op over an already-tracked file.

🤖 Generated with Claude Code

https://claude.ai/code/session_01NyCHrzA1psrKMFfroYbzaM

`.private/` is the workspace-wide convention for material that must never be
published. It was not ignored here, so a directory created inside this checkout
was one stray `git add` from being committed. Ignore it mechanically rather
than relying on that never happening.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NyCHrzA1psrKMFfroYbzaM
@abrichr
abrichr merged commit 79e4987 into main Jul 28, 2026
1 check passed
@abrichr
abrichr deleted the chore/gitignore-private-dir branch July 28, 2026 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant