Skip to content

Commit 2c0ae29

Browse files
Merge pull request #387 from nkzawa/fix/ignore-dist
Ignore dist not to release for now
2 parents fadeb7d + 3aab14f commit 2c0ae29

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
22
npm-debug.log
33
coverage.html
4-
lib-cov/
4+
lib-cov/
5+
dist

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ test
44
npm-debug.log
55
coverage.html
66
.gitignore
7+
dist

0 commit comments

Comments
 (0)