Ignore the Yarn error log
Like the npm error log, this file can also be ignored. [See also](https://stackoverflow.com/questions/42592168/should-i-add-yarn-error-log-to-my-gitignore-file)
This commit is contained in:
parent
8d370ce7f2
commit
12db505122
|
@ -8,4 +8,5 @@
|
||||||
Homestead.json
|
Homestead.json
|
||||||
Homestead.yaml
|
Homestead.yaml
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
yarn-error.log
|
||||||
.env
|
.env
|
||||||
|
|
Loading…
Reference in New Issue