Skip to content

Commit

Permalink
Add skyspell local config file
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed May 4, 2024
1 parent b326bfe commit 861cd2e
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions skyspell-ignore.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
patterns = [
"Cargo.lock"
]
project = [
"CLICOLOR",
"Inflector",
"Patcher",
"Replacer",
"Ruplacer",
"Sem",
"Ver",
"inflector",
"lto",
"matcher",
"patcher",
"replacen",
"replacer",
"ruplacer",
"ruplacer's",
"rustup",
"screamingsnakecase",
"snakecase",
"tbump",
"tempfile",
"traincase",
]

[paths]
"CHANGELOG.md" = [
"smallvec",
"struct",
]
"Cargo.toml" = ["aarch"]
"README.md" = [
"Pre",
"tata",
"toto",
]
"src/replacer.rs" = [
"Iter",
"c'est",
"café",
"cafés",
"des",
"le",
"meilleur",
"nocapture",
"thé",
"thés",
]
"tests/integration_tests.rs" = [
"caf",
"cp",
"xcopy",
"xef",
]

0 comments on commit 861cd2e

Please sign in to comment.