29 lines
663 B
Plaintext
29 lines
663 B
Plaintext
|
|
# === Mirrors .gitignore — items below this block are also excluded from
|
||
|
|
# the npm tarball. Kept here verbatim so npm pack doesn't fall back to
|
||
|
|
# the .gitignore inheritance (silent + surprising). ===
|
||
|
|
node_modules/
|
||
|
|
package-lock.json
|
||
|
|
*.tgz
|
||
|
|
.env
|
||
|
|
.env.*
|
||
|
|
.DS_Store
|
||
|
|
npm-debug.log*
|
||
|
|
|
||
|
|
# === Dev-only content the npm tarball doesn't need ===
|
||
|
|
# Tests + their harness — consumers load index.js, not the test tree.
|
||
|
|
test/
|
||
|
|
*.test.js
|
||
|
|
|
||
|
|
# Wiki / docs — useful in the repo, big in the pack.
|
||
|
|
wiki/
|
||
|
|
|
||
|
|
# One-off maintenance tooling (wiki generator, etc.) not used at runtime.
|
||
|
|
scripts/
|
||
|
|
|
||
|
|
# Project memory + IDE configs.
|
||
|
|
.claude/
|
||
|
|
.codex/
|
||
|
|
.repo-mem/
|
||
|
|
CLAUDE.md
|
||
|
|
CLAUDE.local.md
|