From 6002ddc4ad5d22ba4cbe635c07f6f37b2c28583d Mon Sep 17 00:00:00 2001 From: atxr Date: Wed, 28 Feb 2024 03:22:11 +0100 Subject: [PATCH] Ignore tmp files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8229ec7..bf0c0eb 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ _deps build bin .vscode -assets \ No newline at end of file +assets +tmp \ No newline at end of file