Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 04331ea

Browse files
committed
chore(npmignore): extend .npmignore
1 parent c352bb0 commit 04331ea

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

.npmignore

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1-
node_modules/
2-
src/
1+
.editorconfig
2+
.gitattributes
33
.idea/
4-
.vscode/
54
.nyc_output/
6-
coverage/
5+
.prettierignore
6+
.travis.yml
7+
.vscode/
78
*.iml
9+
*.log
10+
appveyor.yml
11+
CONTRIBUTING.md
12+
coverage.*
13+
coverage/
14+
DCO
15+
lib/test/
16+
node_modules/
817
npm-debug.log
18+
prettier.config.js
19+
src/
20+
tsconfig.json
21+
tslint.json
922
yarn.lock

0 commit comments

Comments
 (0)