Browse Source

Add yarn log files to gitignore (#3003)

* Add yarn-error.log to gitignore

* Add yarn-debug.log to gitignore
closed-social-glitch-2
AA4ch1 6 years ago
committed by Eugen Rochko
parent
commit
68035966fb
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      .gitignore

+ 4
- 0
.gitignore 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

Loading…
Cancel
Save