From e042fd92cdd3b8dfd53e160763281cd0a4c3dc55 Mon Sep 17 00:00:00 2001 From: Timo <6156589+Shik3i@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:06:08 +0200 Subject: [PATCH] chore: ignore scratch directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 32bf6f0..f7fb0ab 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,6 @@ coverage/ # We ignore the synced files in the extension folder to ensure # the root 'shared/' remains the Single Source of Truth. extension/shared/ + +# Temporary scratch files +scratch/