From 80835e4feaefccaa7319cac66c230a8538e8d895 Mon Sep 17 00:00:00 2001 From: Danijel Martinek Date: Fri, 22 May 2026 09:53:22 +0200 Subject: [PATCH] chore: ignore the .tmp/ scratch directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Local working notes and scratch files live in .tmp/ — never committed. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 56900b9..6bde221 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,6 @@ pnpm-debug.log* # Template setup history — preserved locally, invisible to fresh clones. .archive/ + +# Scratch / working notes — local only, never committed. +.tmp/