Skip to content

Commit 9836a1c

Browse files
authored
fix: re-add nnf-application to excluded files (#327)
# Description The website build fails bc of this, so we need to add it again, locally in this repo only. This PR needs no review. ## Checklist - [X] Ran `just run-all`
1 parent ac1f223 commit 9836a1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.typos.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ extend-exclude = [
33
"*.css",
44
".quarto/*",
55
"_site/*",
6-
"*.svg"
6+
"*.svg",
7+
"*nnf-application.html"
78
]
89

910
[default.extend-words]

0 commit comments

Comments
 (0)