laravel/.gitignore
Jack Fletcher 12db505122 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)
2017-07-04 15:25:06 +01:00

13 lines
146 B
Plaintext

/node_modules
/public/hot
/public/storage
/storage/*.key
/vendor
/.idea
/.vagrant
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
.env