36 lines
634 B
Plaintext
36 lines
634 B
Plaintext
# See https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples:-excludes
|
|
|
|
(?:^|/)(?i)COPYRIGHT
|
|
(?:^|/)(?i)LICEN[CS]E
|
|
(?:^|/)package(?:-lock|)\.json$
|
|
(?:^|/)vendor/
|
|
|
|
/fonts/
|
|
ignore$
|
|
|
|
\.avi$
|
|
\.eot$
|
|
\.ico$
|
|
\.jpe?g$
|
|
\.lock$
|
|
\.map$
|
|
\.min\.
|
|
\.mod$
|
|
\.mp[34]$
|
|
\.png$
|
|
\.svg$
|
|
\.ttf$
|
|
\.wav$
|
|
\.woff$
|
|
\.woff2$
|
|
|
|
^docs/pages/redirects/github\.html$
|
|
^lib/jekyll/mime\.types$
|
|
^lib/theme_template/example/index\.html$
|
|
^lib/theme_template/example/_post\.md$
|
|
^test/fixtures/empty_permalink\.erb$
|
|
^test/fixtures/webrick/bar/baz\.html$
|
|
^test/fixtures/webrick/bar/foo\.xhtml$
|
|
^test/source/_posts/2009-06-22-no-yaml\.markdown$
|
|
^\.github/
|