From 111f8be30312c641c24655bbf26738e9f30c903f Mon Sep 17 00:00:00 2001 From: Michael Suchacz <203725896+ibetitsmike@users.noreply.github.com> Date: Tue, 9 Dec 2025 09:26:25 +0100 Subject: [PATCH] fix: add tslog dump to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3ac5274b06..f73d35e37e 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ local.properties .cxx/ # node.js +.log/* node_modules/ npm-debug.log yarn-error.log