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