Add .typos.toml

This commit is contained in:
Viktor Szépe 2023-07-04 15:44:50 +00:00
parent e9fb08514d
commit 7556f5a7d9
2 changed files with 16 additions and 0 deletions

1
.gitignore vendored
View File

@ -16,6 +16,7 @@
# Ignore all files and directories starting with . or ~ or ._ or ending with ~
.*
!.typos.toml
~*
*~
._*

15
.typos.toml Normal file
View File

@ -0,0 +1,15 @@
[files]
extend-exclude = [
"css/",
"fonts/",
"js/*.min.js",
"js/*.map",
"js/theme*.js",
"languages/",
"src/sass/assets/bootstrap4/",
"src/sass/assets/bootstrap5/",
"src/sass/assets/fontawesome/"
]
[default.extend-words]
optin = "optin"
adn = "adn"