diff options
author | AA4ch1 <aa4ch1@gmail.com> | 2017-05-12 21:32:47 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-12 14:32:47 +0200 |
commit | 68035966fb8d51e50924eb9377367e7351926b00 (patch) | |
tree | 233c33283930bf56cc435441a931113af8fb17ab | |
parent | 62a98a3f0e8fded16ffefabfa55127ee445bf6fb (diff) |
Add yarn log files to gitignore (#3003)
* Add yarn-error.log to gitignore * Add yarn-debug.log to gitignore
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4ac4c56f4..1f3fe5f1f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 |