Skip to content

Commit

Permalink
fix .gitignore issue
Browse files Browse the repository at this point in the history
fixes #33
  • Loading branch information
RomanHotsiy committed Dec 18, 2018
1 parent 2f71bfb commit f8f17c5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .npmignore
Expand Up @@ -2,4 +2,3 @@
.prettierrc
live-edit.gif
logo.png
!.gitignore
2 changes: 1 addition & 1 deletion cli.js
Expand Up @@ -203,7 +203,7 @@ Choose another directory or remove contents.
process.chdir(specRoot);

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

0 comments on commit f8f17c5

Please sign in to comment.