Skip to content

Commit efa4329

Browse files
committed
fix: ignore yarn error log
1 parent f10b8bc commit efa4329

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ out
44
test*
55
.shadow-cljs
66
.nrepl-port
7+
yarn-error.log
78
template/yarn.lock
89
template/package-lock.json

template/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ out
44
.shadow-cljs
55
.nrepl-port
66
.clj-kondo
7+
yarn-error.log

0 commit comments

Comments
 (0)