logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 68035966fb8d51e50924eb9377367e7351926b00
parent: 62a98a3f0e8fded16ffefabfa55127ee445bf6fb
Author: AA4ch1 <aa4ch1@gmail.com>
Date:   Fri, 12 May 2017 21:32:47 +0900

Add yarn log files to gitignore (#3003)

* Add yarn-error.log to gitignore

* Add yarn-debug.log to gitignore

Diffstat:

M.gitignore4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git 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