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.
This commit is contained in:
fischer33 2026-06-20 18:55:06 +02:00
parent 06605477e2
commit 9417cf0aa0
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -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/