Skip to content

Commit 172879e

Browse files
committedJun 2, 2021
[chore] Don't allow .log in on releases.
# modified: .npmignore #
1 parent eb10154 commit 172879e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ _book
1111
*.diff
1212
*.orig
1313
*.rej
14+
.log
1415
examples/__build__
1516
coverage
1617
yarn.lock

‎.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CONTRIBUTING.md
55
.eslintrc.js
66
*.orig
77
*.rej
8+
.log
89
.changelog_update
910
Makefile
1011
book.json

0 commit comments

Comments
 (0)