From ad8d3194c391870cdb50a2bc2172cb11cae90453 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 29 Jul 2020 23:33:08 +0200 Subject: [PATCH] add .log to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b6022f5..333811e 100644 --- a/.gitignore +++ b/.gitignore @@ -29,4 +29,6 @@ yarn-error.log* .env.test.local .env.production.local -.vercel \ No newline at end of file +.vercel + +.log