From feb3377ceecfa7a657f3702f8e68e4115f2b0f88 Mon Sep 17 00:00:00 2001 From: danmaps Date: Mon, 2 Mar 2026 01:34:21 -0800 Subject: [PATCH] chore: ignore local tmp scratch folder --- .gitignore | 3 +++ CHANGELOG.md | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 037ebe8..84b6579 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,6 @@ Thumbs.db # Local notes (not for repo) .marketing.md + +# Local scratch +/tmp/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 676a5ce..7277bf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Ignore local `tmp/` scratch folder in git status + ## [0.4.0] - 2026-02-19 ### Added