chore(.gitignore): Ignore yarn-error.log

pull/1847/head
Tony Narlock 2022-02-07 15:38:07 +07:00
parent 3d5f530176
commit a283762992
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored

@ -2,4 +2,5 @@ node_modules/
build/
package-lock.json
yarn.lock
yarn-error.log
public