mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
* Tweak file exclusion rule * Exclude l10n_dev branch * Disable cancel in progress * Temporarily check all for test * Fix checking head ref * Stop checking Resources.resx * Update texts * Update regex * update exclude list * Test l10n_dev * ignore resx * update * fix branch head * update newline * update regex * test * remove test code * Exclude l10n_dev branch
73 lines
957 B
Text
73 lines
957 B
Text
# See https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples:-excludes
|
|
(?:^|/)(?i)COPYRIGHT
|
|
(?:^|/)(?i)LICEN[CS]E
|
|
(?:^|/)3rdparty/
|
|
(?:^|/)go\.sum$
|
|
(?:^|/)package(?:-lock|)\.json$
|
|
(?:^|/)vendor/
|
|
\.a$
|
|
\.ai$
|
|
\.avi$
|
|
\.bmp$
|
|
\.bz2$
|
|
\.class$
|
|
\.crt$
|
|
\.dll$
|
|
\.docx?$
|
|
\.drawio$
|
|
\.DS_Store$
|
|
\.eot$
|
|
\.exe$
|
|
\.gif$
|
|
\.gitattributes$
|
|
\.gitignore$
|
|
\.graffle$
|
|
\.gz$
|
|
\.icns$
|
|
\.ico$
|
|
\.jar$
|
|
\.jks$
|
|
\.jpe?g$
|
|
\.key$
|
|
\.lib$
|
|
\.lock$
|
|
\.map$
|
|
\.min\..
|
|
\.mod$
|
|
\.mp[34]$
|
|
\.o$
|
|
\.ocf$
|
|
\.otf$
|
|
\.pdf$
|
|
\.pem$
|
|
\.png$
|
|
\.psd$
|
|
\.pyc$
|
|
\.s$
|
|
\.svgz?$
|
|
\.tar$
|
|
\.tiff?$
|
|
\.ttf$
|
|
\.wav$
|
|
\.webm$
|
|
\.webp$
|
|
\.woff2?$
|
|
\.xlsx?$
|
|
\.zip$
|
|
^\.github/actions/spelling/
|
|
^\Q.github/workflows/spelling.yml\E$
|
|
# Custom
|
|
(?:^|/)Languages/(?!en\.xaml)
|
|
Scripts/
|
|
\.resx$
|
|
^\QPlugins/Flow.Launcher.Plugin.WindowsSettings/WindowsSettings.json\E$
|
|
^\QPlugins/Flow.Launcher.Plugin.WebSearch/setting.json\E$
|
|
(?:^|/)FodyWeavers\.xml
|
|
.editorconfig
|
|
ignore$
|
|
\.ps1$
|
|
\.yml$
|
|
\.sln$
|
|
\.csproj$
|
|
\.DotSettings$
|
|
\.targets$
|