From b74045fe553185d1cebecae0cad86d0d36221ed0 Mon Sep 17 00:00:00 2001 From: Matt Aitken Date: Thu, 22 Jun 2023 15:09:12 +0100 Subject: [PATCH] Ignore tmp folders --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0430631c5..5fb0d829c 100644 --- a/.gitignore +++ b/.gitignore @@ -46,4 +46,6 @@ yarn-error.log* apps/**/public/build .tests-container-id.txt .sentryclirc -.buildt \ No newline at end of file +.buildt + +/tmp \ No newline at end of file