Skip to content

Commit 06b01a3

Browse files
crisbetojelbourn
authored andcommitted
chore: add yarn logs to gitignore (#13884)
Adds the yarn-related logs to a gitignore so people don't try to commit them accidentally. See #13814.
1 parent 1eefe5f commit 06b01a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ node_modules
3636
/coverage/*
3737
/libpeerconnection.log
3838
npm-debug.log
39+
yarn-debug.log
40+
yarn-error.log
3941
testem.log
4042
/.chrome
4143
/.git

0 commit comments

Comments
 (0)