From 9417cf0aa0838650b7565402d503e0bb3d9f2bca Mon Sep 17 00:00:00 2001 From: fischer33 <32804655+fischer33@users.noreply.github.com> Date: Sat, 20 Jun 2026 18:55:06 +0200 Subject: [PATCH] chore: gitignore local tool artifacts and nested shopify-oauth project .serena/, graphify-out/, and shopify-oauth/ are local artifacts (Serena MCP cache, graphify skill output) and an unrelated nested Next.js project. They were showing as untracked noise; ignore them so the working tree stays clean. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 9e413bc56..aa116899c 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,8 @@ supabase/.temp/ # Throughput analysis — local-only, regenerate via scripts/garry-output-comparison.ts docs/throughput-*.json + +# Local tool/skill artifacts and unrelated nested projects (never part of gstack source) +.serena/ +graphify-out/ +shopify-oauth/