mirror of https://github.com/garrytan/gstack.git
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:
parent
06605477e2
commit
9417cf0aa0
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in New Issue