diff --git a/.yaspellerrc.json b/.yaspellerrc.json index b8506a5a..598bde99 100644 --- a/.yaspellerrc.json +++ b/.yaspellerrc.json @@ -1,14 +1,15 @@ { "lang": "ru", "fileExtensions": [ - ".md", - ".svg" + ".md" ], "excludeFiles": [ ".git", "node_modules", ".yaspellerrc.json", - ".gitignore" + ".gitignore", + ".yml", + ".yaml" ], "ignoreUppercase": true, "ignoreUrls": true,