From 8daa96afe22b19f18790bb56014429c3789e2376 Mon Sep 17 00:00:00 2001 From: svemagie <869694+svemagie@users.noreply.github.com> Date: Sun, 8 Mar 2026 20:28:15 +0100 Subject: [PATCH] chore(repo): ignore local temp and macOS metadata files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 02c1452d..273f671b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,6 @@ node_modules/ .npm/ .sh_history .ssh/ -.claude/ \ No newline at end of file +.claude/ +.copilot_tmp/ +.DS_Store