We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c1ea9 commit cc8a98dCopy full SHA for cc8a98d
.prettierignore
@@ -1,3 +1,4 @@
1
+.all-contributorsrc
2
coverage*/
3
lib/
4
pnpm-lock.yaml
src/steps/writing/creation/rootFiles.ts
@@ -48,6 +48,7 @@ export async function createRootFiles(options: Options) {
48
}),
49
".nvmrc": `18.17.1\n`,
50
".prettierignore": formatIgnoreFile([
51
+ ...(options.excludeContributors ? [] : [".all-contributorsrc"]),
52
...(options.excludeTests ? [] : ["coverage/"]),
53
"lib/",
54
"pnpm-lock.yaml",
0 commit comments