cmux/.gitignore
Lawrence Chen bc7cdb2c10 Add /release-local skill and direnv setup
Add a local release skill that builds, signs, notarizes, and uploads
releases without GitHub Actions. Set up direnv to load Apple signing
secrets from ~/.secrets/cmuxterm.env.
2026-02-17 21:33:11 -08:00

48 lines
565 B
Text

# Xcode
.build/
build/
DerivedData/
*.xcuserstate
xcuserdata/
# macOS
.DS_Store
# Local env
.env
.envrc
# Swift Package Manager
.swiftpm/
# GhosttyKit binary (built from ghostty submodule via scripts/setup.sh)
GhosttyKit.xcframework
GhosttyKit.xcframework.bak-*/
# Release artifacts
GhosttyTabs-*.zip
cmux-macos.dmg
appcast.xml
# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.hypothesis/
.vercel
# Zig
.zig-cache/
zig-out/
# Node
node_modules/
# Test outputs
tests/visual_output/
tests/visual_report.html
# Local scratch (screenshots, etc.)
tmp/
tmp-*/