Files
ghostty/.prettierignore
Mitchell Hashimoto 04aff46022 macos: add build script, update AGENTS.md, skip UI tests
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.
2026-03-05 19:55:50 -08:00

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/