Skip to content

Commit 0e2c39e

Browse files
authored
Exclude unnecessary build artifacts from npm package (#188)
* Ignore build output in actual npm package
1 parent f392b9b commit 0e2c39e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# ignore everything unrelated to the source code
22
.vscode
3+
.prettierrc.yml
34
benchmarks/
45
docs/
56
lib/
@@ -12,6 +13,8 @@ tsconfig.json
1213
vendor/
1314
yarn-error.log
1415
*.tgz
16+
build
17+
jest.json
1518

1619
# just include these specific artifacts
1720
# everything else should be compiled by the client

0 commit comments

Comments
 (0)