Skip to content

Commit f8f17c5

Browse files
committed
fix .gitignore issue
fixes #33
1 parent 2f71bfb commit f8f17c5

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
.prettierrc
33
live-edit.gif
44
logo.png
5-
!.gitignore

cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Choose another directory or remove contents.
203203
process.chdir(specRoot);
204204

205205
console.log(`\nCreating a new OpenAPI repo in ${chalk.blue(path.resolve('.'))}\n`);
206-
await copy('.gitignore');
206+
await render('.gitignore', {});
207207
await copy('LICENSE');
208208
await render('package.json', data);
209209
await render('README.md', data);
File renamed without changes.

0 commit comments

Comments
 (0)