We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e85cc59 commit 2c14c2dCopy full SHA for 2c14c2d
.npmignore
@@ -0,0 +1 @@
1
+*.test.*
src/steps/writing/creation/rootFiles.ts
@@ -25,6 +25,7 @@ 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