From c9985ba48a261801101ec7b1100de7de215db25a Mon Sep 17 00:00:00 2001 From: mStar Date: Thu, 7 Nov 2024 16:31:28 +0100 Subject: [PATCH] Properly ignore the tmp folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 168c9d0..1034585 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ db.sqlite config.toml .air.toml */.null_* +tmp/ # --- Section ember frontend ---