mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-06-05 06:58:38 +03:00
typos: ignore lorem
This commit is contained in:
@ -1,9 +1,9 @@
|
|||||||
[files]
|
[files]
|
||||||
extend-exclude = [
|
extend-exclude = [
|
||||||
|
# vendored code
|
||||||
"vendor/*",
|
"vendor/*",
|
||||||
"pkg/*",
|
"pkg/*",
|
||||||
"src/stb/*",
|
"src/stb/*",
|
||||||
"*.xib",
|
|
||||||
# "grey" color names are valid
|
# "grey" color names are valid
|
||||||
"src/terminal/res/rgb.txt",
|
"src/terminal/res/rgb.txt",
|
||||||
# Do not self-check
|
# Do not self-check
|
||||||
@ -17,7 +17,9 @@ extend-exclude = [
|
|||||||
"*.icns",
|
"*.icns",
|
||||||
# Other
|
# Other
|
||||||
"*.pdf",
|
"*.pdf",
|
||||||
"*.data"
|
"*.data",
|
||||||
|
"*.xib",
|
||||||
|
"src/cli/lorem_ipsum.txt"
|
||||||
]
|
]
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
|
Reference in New Issue
Block a user