From 3e857d355ffd8f07b60dcacf628f2a3699c20a44 Mon Sep 17 00:00:00 2001 From: Francis Rafal Date: Thu, 19 Mar 2026 10:42:24 +0000 Subject: [PATCH] chore: ignore macOS .DS_Store Add a small custom local ignore section for the macOS Finder metadata file so local development does not leave untracked noise in the repository. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 95ceb18..83fed8b 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,6 @@ dist .envrc codegen.log Brewfile.lock.json + +# custom local ignores +.DS_Store