Ignore local env, build output, and release zips
This commit is contained in:
parent
89e15db604
commit
f6034a5979
1 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue