mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 22:10:29 +00:00
32 lines
459 B
Plaintext
32 lines
459 B
Plaintext
# Docs: https://prettier.io/docs/en/ignore.html
|
|
flake.lock
|
|
vendor/
|
|
**/*.html
|
|
zig-cache/
|
|
zig-out/
|
|
|
|
# jujutsu
|
|
.jj/
|
|
|
|
# macos is managed by XCode GUI
|
|
macos/
|
|
|
|
# Xcode asset catalogs
|
|
**/*.xcassets/
|
|
|
|
# produced by Icon Composer on macOS
|
|
images/Ghostty.icon/icon.json
|
|
|
|
# website dev run
|
|
website/.next
|
|
|
|
# shaders
|
|
*.frag
|
|
|
|
# fuzz corpus files
|
|
test/fuzz-libghostty/corpus/
|
|
test/fuzz-libghostty/afl-out/
|
|
|
|
# Swift example build outputs
|
|
example/swift-vt-xcframework/.build/
|