We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b4b0f commit 6f8a91dCopy full SHA for 6f8a91d
index.ts
@@ -297,7 +297,6 @@ function copyTemplateFiles(
297
filter: (src, dest) => {
298
const filename = path.basename(src);
299
if (filename === '_gitignore') {
300
- console.log("Copying _gitignore");
301
fs.copyFileSync(src, dest);
302
// Rename it to .gitignore
303
fs.renameSync(dest, path.join(path.dirname(dest), '.gitignore'));
0 commit comments