Skip to content

Commit 53c2c54

Browse files
typos: Ignore versions.txt file
1 parent ea55f08 commit 53c2c54

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.typos.toml

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
[files]
2-
extend-exclude = ["auto", "gdk4", "*.svg"]
2+
extend-exclude = [
3+
"auto",
4+
"gdk4/src/keys.rs",
5+
"gdk4/sys/src/lib.rs",
6+
"gdk4/sys/tests/abi.rs",
7+
"gdk4/sys/tests/constant.c",
8+
"**/**/versions.txt",
9+
"*.svg",
10+
]
311

412
[default.extend-words]
513
# Ignore false-positives

0 commit comments

Comments
 (0)