We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a4813 commit 50f1133Copy full SHA for 50f1133
.npmignore
src/steps/writing/creation/rootFiles.ts
@@ -25,7 +25,6 @@ export async function createRootFiles(options: Options) {
25
"node_modules/",
26
]),
27
}),
28
- ".npmignore": `*.test.*\n`,
29
".nvmrc": `20.12.2\n`,
30
".prettierignore": formatIgnoreFile([
31
...(options.excludeAllContributors ? [] : [".all-contributorsrc"]),
0 commit comments