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

This commit is contained in:
Tony Narlock 2022-02-07 15:38:07 -06:00
parent 3d5f530176
commit a283762992

1
.gitignore vendored
View File

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