mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-02-21 08:40:59 +01:00
18 lines
279 B
Plaintext
18 lines
279 B
Plaintext
# See https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples:-excludes
|
|
(?:^|/)(?i)COPYRIGHT
|
|
(?:^|/)(?i)LICEN[CS]E
|
|
(?:^|/)package(?:-lock|)\.json$
|
|
(?:^|/)vendor/
|
|
ignore$
|
|
\.avi$
|
|
\.ico$
|
|
\.jpe?g$
|
|
\.lock$
|
|
\.map$
|
|
\.min\.
|
|
\.mod$
|
|
\.mp[34]$
|
|
\.png$
|
|
\.wav$
|
|
^\.github/
|