File tree Expand file tree Collapse file tree 1 file changed +14
-81
lines changed
.github/actions/setup/spelling Expand file tree Collapse file tree 1 file changed +14
-81
lines changed Original file line number Diff line number Diff line change 1
- # See https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples:-excludes
2
- (?:^|/)(?i)COPYRIGHT
3
- (?:^|/)(?i)LICEN[CS]E
4
- (?:^|/)3rdparty/
5
- (?:^|/)go\.sum$
6
- (?:^|/)package(?:-lock|)\.json$
7
- (?:^|/)Pipfile$
8
- (?:^|/)pyproject.toml
9
- (?:^|/)requirements(?:-dev|-doc|-test|)\.txt$
10
- (?:^|/)vendor/
11
- ignore$
12
- \.a$
13
- \.ai$
14
- \.all-contributorsrc$
15
- \.avi$
16
- \.bmp$
17
- \.bz2$
18
- \.cer$
19
- \.class$
20
- \.coveragerc$
21
- \.crl$
22
- \.crt$
23
- \.csr$
24
- \.dll$
25
- \.docx?$
26
- \.drawio$
27
- \.DS_Store$
28
- \.eot$
29
- \.eps$
30
- \.exe$
31
- \.gif$
32
- \.git-blame-ignore-revs$
33
- \.gitattributes$
34
- \.gitkeep$
35
- \.graffle$
36
- \.gz$
37
- \.icns$
38
- \.ico$
39
- \.ipynb$
40
- \.jar$
41
- \.jks$
42
- \.jpe?g$
43
- \.key$
44
- \.lib$
45
- \.lock$
46
- \.map$
47
- \.min\..
48
- \.mo$
49
- \.mod$
50
- \.mp[34]$
51
- \.o$
52
- \.ocf$
53
- \.otf$
54
- \.p12$
55
- \.parquet$
1
+ # Ignore following directories
2
+ (?:^|/).github/
3
+ (?:^|/).yarn/
4
+ (?:^|/)node_modules/
5
+ (?:^|/)lib/
6
+ # Ignore files with following extensions
56
7
\.pdf$
57
- \.pem$
58
- \.pfx$
59
8
\.png$
60
- \.psd$
61
- \.pyc$
62
- \.pylintrc$
63
- \.qm$
64
- \.s$
65
- \.sig$
66
- \.so$
67
- \.svgz?$
68
- \.sys$
69
- \.tar$
70
- \.tgz$
71
- \.tiff?$
72
- \.ttf$
73
- \.wav$
74
- \.webm$
75
- \.webp$
76
- \.woff2?$
77
- \.xcf$
78
- \.xlsx?$
79
- \.xpm$
80
- \.xz$
81
- \.zip$
82
- ^\.github/actions/spelling/
83
- ^\Q.github/workflows/spelling.yml\E$
9
+ \.jpg$
10
+ \.yml$
11
+ \.json$
12
+ \.js$
13
+ \.sh$
14
+ \.podspec$
15
+ \.lock$
16
+
You can’t perform that action at this time.
0 commit comments