29 lines
676 B
Plaintext
29 lines
676 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*
|
||
|
|
|
||
|
|
# Large local screen recording (>100 MB) — kept out of both repo and pack.
|
||
|
|
wiki/test.gif
|
||
|
|
|
||
|
|
# === Dev-only content the npm tarball doesn't need ===
|
||
|
|
# Tests + their harness — Node-RED loads the entry .js, not the test tree.
|
||
|
|
test/
|
||
|
|
*.test.js
|
||
|
|
|
||
|
|
# Wiki / docs — useful in the repo, big in the pack.
|
||
|
|
wiki/
|
||
|
|
|
||
|
|
# Project memory + IDE configs.
|
||
|
|
.claude/
|
||
|
|
.codex/
|
||
|
|
.repo-mem/
|
||
|
|
CLAUDE.md
|
||
|
|
CLAUDE.local.md
|