ghostty/.prettierignore
Mitchell Hashimoto d1fe931f59 ci: only run macos build matrix on main or demand
This is our longest running job in CI and I don't need it to run for
every PR. I'd like it running on main in case I miss a need for it in a
PR.
2024-09-30 20:24:55 -07:00

19 lines
204 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/
# website dev run
website/.next
# shaders
*.frag