summaryrefslogtreecommitdiff
path: root/.prettierignore
blob: f131a5edc405c855b94c150af998b382bcfacdc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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/

# produced by Icon Composer on macOS
images/Ghostty.icon/icon.json

# website dev run
website/.next

# shaders
*.frag