From 702ab13a0a1d27a44419856bd9fda9f3c367a577 Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Mon, 27 Apr 2026 11:33:14 -0400 Subject: [PATCH] build: gitignore tmp --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 78f2710..c284352 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ .idea/ +tmp \ No newline at end of file