Skip to content

Commit e8516c3

Browse files
authored
fix(npm): exclude extraneous files (#1818)
1 parent 4a70d9a commit e8516c3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.npmignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,17 @@ tools
1313
.vscode
1414
.idea
1515
benchmark
16+
.dir-locals.el
17+
.eslintignore
18+
.eslintrc.js
19+
.gitignore
20+
.prettierignore
21+
.prettierrc
22+
.tern-project
23+
.travis.yml
24+
CONTRIBUTING.md
25+
FEATURE_REQUESTS.md
26+
*.log
27+
*.tar.gz
28+
*.tgz
29+
node_modules

0 commit comments

Comments
 (0)