From 2dc53fa90c9e7895ca521758f02bb790cef514ae Mon Sep 17 00:00:00 2001 From: Tom French Date: Fri, 6 May 2022 23:15:24 +0100 Subject: [PATCH] chore: add log files to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e91e621d80..71c3bb21de 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ bundle.mobile.js bundle.mobile.js.map .sentryclirc export-2020-01-10.csv + +**/*.log