Ignore .flf files for spell checking (even though there's no issues)

This commit is contained in:
Isaiah Odhner 2023-05-13 20:40:37 -04:00
parent 6d1b864865
commit f00bf63fed

View File

@ -11,7 +11,7 @@
], ],
"ignorePaths": [ "ignorePaths": [
".git", ".git",
"*.(bmp|png|jpg|jpeg|gif|svg|ico|tiff|tif|ans)", "*.(bmp|png|jpg|jpeg|gif|svg|ico|tiff|tif|ans|flf)",
"*.log", "*.log",
"**/localization/*/**/*", "**/localization/*/**/*",
"**/localization/*.sh", "**/localization/*.sh",