Ignore local env, build output, and release zips

This commit is contained in:
Lawrence Chen 2026-01-26 02:05:03 -08:00
parent 89e15db604
commit f6034a5979

7
.gitignore vendored
View file

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