From 5ce8424a7fb8563edc3f794638c491dcbdd9170d Mon Sep 17 00:00:00 2001 From: "prompt.ac/@jeffrey" Date: Fri, 17 Jul 2026 16:52:10 -0700 Subject: [PATCH] repo: ignore local presentation and release outputs --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index f2ceffebe2..007dcb8514 100644 --- a/.gitignore +++ b/.gitignore @@ -517,6 +517,12 @@ wave-wizard/samples/ # Mac App Store build output slab/menuband/.build-mas/ +slab/menuband/build/*.xcarchive/ +slab/menuband/build/export-*/ + +# Thread-scoped Codex artifact workspaces. Final deliverables belong in their +# project directory; intermediate renders and QA scratch stay local. +/outputs/ # personal tailnet ACL scratchpad (not for the public repo) scratchpad-jas-nzxt-acl.md -- 2.51.2