Skip to content

Commit 9b267a9

Browse files
authored
Merge pull request #514 from postmanlabs/feature/removed-nonrequired-npm-files
Updated .npmignore to add non required files from npm package
2 parents a43b61b + 85b5690 commit 9b267a9

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.npmignore

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,16 @@ test/data/.temp
4343

4444
# Prevent unit test coverage reports from being added
4545
.coverage
46-
.nyc_output
46+
.nyc_output
47+
48+
# - Prevent config and test files from being added
49+
.git*
50+
.github/
51+
scripts/
52+
test/
53+
examples/
54+
.eslintrc
55+
.eslintignore
56+
.nycrc
57+
.editorconfig
58+
.jsdoc-config.json

0 commit comments

Comments
 (0)