Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

Commit 118f91e

Browse files
astorijes-panferov
authored andcommitted
chore: Ignore yarn-error.log (#569)
1 parent 83e72be commit 118f91e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
/dist.babel
55
tscommand
66
npm-debug.log
7+
yarn-error.log
78
.awcache
89
test/output
910
src/test/output

.npmignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ prod
88
.editorconfig
99
.travis.yml
1010
appveyor.yml
11-
dist/__test__
11+
dist/__test__
12+
yarn-error.log

0 commit comments

Comments
 (0)