File tree 3 files changed +3
-0
lines changed
src/steps/writing/creation
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 3
3
"ignorePaths" : [
4
4
" ./coverage*" ,
5
5
" ./script/__snapshots__" ,
6
+ " .all-contributorsrc" ,
6
7
" .github" ,
7
8
" CHANGELOG.md" ,
8
9
" lib" ,
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ exports[`expected file changes > cspell.json 1`] = `
71
71
" ignorePaths" : [
72
72
- " ./coverage*" ,
73
73
- " ./script/__snapshots__" ,
74
+ " .all-contributorsrc" ,
74
75
" .github" ,
75
76
" CHANGELOG.md" ,
76
77
+ " coverage" ,
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
95
95
"cspell.json" : await formatJson ( {
96
96
dictionaries : [ "typescript" ] ,
97
97
ignorePaths : [
98
+ ...( options . excludeAllContributors ? [ ] : [ ".all-contributorsrc" ] ) ,
98
99
".github" ,
99
100
"CHANGELOG.md" ,
100
101
...( options . excludeTests ? [ ] : [ "coverage" ] ) ,
You can’t perform that action at this time.
0 commit comments