mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 13:30:29 +00:00
This is an update to address common agentic issues I run into, but the `build.nu` script may be generally helpful to people using the Nix env since `xcodebuild` is broken by default in Nix due to the compiler/linker overrides Nix shell does.
29 lines
391 B
Plaintext
29 lines
391 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/
|