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 2f71bfb commit f8f17c5Copy full SHA for f8f17c5
.npmignore
@@ -2,4 +2,3 @@
2
.prettierrc
3
live-edit.gif
4
logo.png
5
-!.gitignore
cli.js
@@ -203,7 +203,7 @@ Choose another directory or remove contents.
203
process.chdir(specRoot);
204
205
console.log(`\nCreating a new OpenAPI repo in ${chalk.blue(path.resolve('.'))}\n`);
206
- await copy('.gitignore');
+ await render('.gitignore', {});
207
await copy('LICENSE');
208
await render('package.json', data);
209
await render('README.md', data);
template/.gitignore renamed to template/.gitignore.ejs
0 commit comments