File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const testingTools = [
1313 '.codecov' ,
1414 '.mocha*' ,
1515 'ava.config.*' ,
16- 'cypress.json ' ,
16+ 'cypress.* ' ,
1717 'jasmine.*' ,
1818 'jest.config.*' ,
1919 'karma*' ,
@@ -137,7 +137,7 @@ const tex = [
137137 '$(capture).synctex.gz' ,
138138 '$(capture).xdv' ,
139139 '$(capture).fdb_latexmk' ,
140- '$(capture).pdf'
140+ '$(capture).pdf' ,
141141]
142142
143143// frameworks and their specific files
@@ -202,12 +202,12 @@ const packageJSON = [
202202
203203const readme = [
204204 'authors' ,
205- 'backers.md ' ,
205+ 'backers* ' ,
206206 'changelog*' ,
207207 'citation*' ,
208- 'code_of_conduct.md ' ,
208+ 'code_of_conduct* ' ,
209209 'codeowners' ,
210- 'contributing.md ' ,
210+ 'contributing* ' ,
211211 'contributors' ,
212212 'copying' ,
213213 'credits' ,
@@ -217,7 +217,7 @@ const readme = [
217217 'maintainers' ,
218218 'readme*' ,
219219 'security.md' ,
220- 'sponsors.md ' ,
220+ 'sponsors* ' ,
221221]
222222
223223const cargo = [
You can’t perform that action at this time.
0 commit comments