8 lines
273 B
Plaintext
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.*
|