Skip to content

Commit 4f56ad8

Browse files
hyperpolymathclaude
andcommitted
chore(gitignore): adopt #67/#68 canonical entries, untrack ui/package-lock.json
Adds the canonical `.gitignore` blocks from rsr-template-repo / v3-templater and removes `ui/package-lock.json` from tracking (file remains on disk locally). Existing tracked `.editorconfig` is left in place per standards#68's owner ruling that removing tracked copies is a separate per-repo chore. Refs hyperpolymath/standards#66 Refs hyperpolymath/standards#67 Refs hyperpolymath/standards#68 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c3aa978 commit 4f56ad8

2 files changed

Lines changed: 11 additions & 1329 deletions

File tree

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,14 @@ htmlcov/
148148
*.bak
149149
# asdf version manager
150150
.tool-versions
151+
152+
# npm-avoidant (standards#67): estate JS-runtime policy is Deno>Bun>pnpm>npm.
153+
# npm lockfiles must never be committed estate-wide.
154+
package-lock.json
155+
**/package-lock.json
156+
157+
# Agent & editor scaffolding (standards#68) — local-only, never committed
158+
# estate-wide. Owner decision 2026-05-16: gitignore both rather than commit
159+
# per-repo agent/editor config.
160+
.editorconfig
161+
.claude/

0 commit comments

Comments
 (0)