From 4e7eb81036d32702bfd6ae34811b2f56174c8fe5 Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Sun, 9 Aug 2026 22:46:31 +0300 Subject: [PATCH] chore: ignore /tmp directory --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 09edef64..51ed5714 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ changelog-*.png /openchamber@* local-dev* .tmp/ +/tmp/ # Editor directories and files .vscode/* !.vscode/extensions.json @@ -69,4 +70,3 @@ workspaces/ .worktrees/ test-results/ artifacts/ -