Files
cfw-logging/packages/collector/.npmignore
2026-07-14 00:12:51 -07:00

8 lines
273 B
Plaintext

# Ship the compiled dist only; keep source, tests, and build config out of the
# published tarball. (.npmignore takes precedence over the root .gitignore, so
# dist/ is included even though the repo .gitignore excludes it.)
src
tsconfig.json
*.tsbuildinfo
dist/**/*.test.*