From f6034a59793aa9bed744281777781a223fec2919 Mon Sep 17 00:00:00 2001 From: Lawrence Chen <54008264+lawrencecchen@users.noreply.github.com> Date: Mon, 26 Jan 2026 02:05:03 -0800 Subject: [PATCH] Ignore local env, build output, and release zips --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 6289f6cf..aee186c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Xcode .build/ +build/ DerivedData/ *.xcuserstate xcuserdata/ @@ -7,12 +8,18 @@ xcuserdata/ # macOS .DS_Store +# Local env +.env + # Swift Package Manager .swiftpm/ # GhosttyKit binary (rebuild from /tmp/ghostty with zig build) GhosttyKit.xcframework/ +# Release artifacts +GhosttyTabs-*.zip + # Python __pycache__/ *.pyc