Add npmignore for clean npm pack
This commit is contained in:
parent
ac067aca0a
commit
08f04b06f4
21
.npmignore
Normal file
21
.npmignore
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
node_modules
|
||||||
|
.DS_Store
|
||||||
|
*.bun-build
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
|
||||||
|
# Env
|
||||||
|
.env
|
||||||
|
|
||||||
|
# TypeScript build artifacts
|
||||||
|
*.tsbuildinfo
|
||||||
|
*.tsbuildinfo.*
|
||||||
|
coverage
|
||||||
|
build
|
||||||
|
out
|
||||||
|
tmp
|
||||||
|
|
||||||
|
dist-bun
|
||||||
Loading…
Reference in New Issue
Block a user