typos: ignore lorem

This commit is contained in:
Mitchell Hashimoto
2024-09-27 10:58:28 -07:00
parent a969364f93
commit 5a3b942589

View File

@ -1,9 +1,9 @@
[files]
extend-exclude = [
# vendored code
"vendor/*",
"pkg/*",
"src/stb/*",
"*.xib",
# "grey" color names are valid
"src/terminal/res/rgb.txt",
# Do not self-check
@ -17,7 +17,9 @@ extend-exclude = [
"*.icns",
# Other
"*.pdf",
"*.data"
"*.data",
"*.xib",
"src/cli/lorem_ipsum.txt"
]
[default]