Skip to content

Commit af19b4c

Browse files
authored
Update .npmignore (#1062)
This patch updates `.npmignore` to exclude files not needed in the npm package. Fix: #1061
1 parent 8079562 commit af19b4c

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.npmignore

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
generated/
2-
Dockerfile
3-
appveyor.yml
4-
.travis.yml
51
.coveralls.yml
6-
.gitmodules
7-
.circleci
82
.clang-format
9-
.eslintrc.yml
103
.istanbul.yml
4+
.gitignore
5+
.prettierrc.yml
6+
eslint.config.mjs
7+
CONTRIBUTORS.md
8+
Dockerfile
119
cpplint.py
12-
tsconfig.json
10+
suppr.txt
11+
types/interfaces.d.ts
12+
generated/
1313
build/
1414
dist/
15+
electron_demo/
1516
log/
1617
install/
1718
test/
@@ -21,6 +22,4 @@ benchmark/
2122
tutorials/
2223
.github/
2324
.vscode/
24-
.gitignore
25-
.prettierrc.yml
2625
.husky/

0 commit comments

Comments
 (0)