Skip to content

Commit 32033e9

Browse files
authored
Exclude .nycrc.yml from npm package (#1069)
This patch excludes the following files from npm package: - `.nycrc.yml` - `.gitattributes` Fix: #1068
1 parent 8152c14 commit 32033e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.coveralls.yml
22
.clang-format
3+
.gitattributes
4+
.nycrc.yml
35
.istanbul.yml
46
.gitignore
57
.prettierrc.yml

0 commit comments

Comments
 (0)