Add yarn log files to gitignore (#3003)

* Add yarn-error.log to gitignore

* Add yarn-debug.log to gitignore
lolsob-rspec
AA4ch1 2017-05-12 21:32:47 +09:00 committed by Eugen Rochko
parent 6582c6e147
commit 8549380ce7
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -50,6 +50,10 @@ redis
# Ignore npm debug log
npm-debug.log
# Ignore yarn log files
yarn-error.log
yarn-debug.log
# Ignore Docker option files
docker-compose.override.yml