mirror of https://github.com/openresty/openresty
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
638 B
C
60 lines
638 B
C
# See https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples:-excludes
|
|
(?:^|/)(?i)COPYRIGHT
|
|
(?:^|/)(?i)LICEN[CS]E
|
|
(?:^|/)go\.sum$
|
|
(?:^|/)package(?:-lock|)\.json$
|
|
(?:^|/)vendor/
|
|
ignore$
|
|
\.a$
|
|
\.ai$
|
|
\.avi$
|
|
\.bmp$
|
|
\.bz2$
|
|
\.crt$
|
|
\.dll$
|
|
\.docx?$
|
|
\.drawio$
|
|
\.DS_Store$
|
|
\.eot$
|
|
\.exe$
|
|
\.gif$
|
|
\.gitattributes$
|
|
\.graffle$
|
|
\.gz$
|
|
\.html$
|
|
\.icns$
|
|
\.ico$
|
|
\.jar$
|
|
\.jks$
|
|
\.jpe?g$
|
|
\.js$
|
|
\.key$
|
|
\.lib$
|
|
\.lock$
|
|
\.map$
|
|
\.min\..
|
|
\.mod$
|
|
\.mp[34]$
|
|
\.nav$
|
|
\.o$
|
|
\.ocf$
|
|
\.otf$
|
|
\.pdf$
|
|
\.pem$
|
|
\.png$
|
|
\.styl$
|
|
\.psd$
|
|
\.s$
|
|
\.svg$
|
|
\.tar$
|
|
\.tiff?$
|
|
\.ttf$
|
|
\.uve$
|
|
\.wav$
|
|
\.webm$
|
|
\.webp$
|
|
\.woff2?$
|
|
\.zip$
|
|
^\.github/
|
|
^\Q.github/workflows/spelling.yml\E$
|