Skip to content

Commit

Permalink
Merge pull request #710 from xolvio/fix/git-ignore
Browse files Browse the repository at this point in the history
Fix/git ignore
  • Loading branch information
lgandecki committed Sep 29, 2020
2 parents f6f5b7a + 4db3e19 commit d75efa3
Show file tree
Hide file tree
Showing 3 changed files with 9,416 additions and 3,452 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ program
}
shelljs.cp('-R', `${__dirname}/scaffold`, `${scaffoldDir}`);
shelljs.exec(`cd ${appDirectory} && git init .`);
shelljs.mv(`${appDirectory}/gitignore`, `${appDirectory}/.gitignore`);
console.log(`\n${appDirectory} created successfully!`);
console.log(`run:
cd ${appDirectory}
Expand Down

0 comments on commit d75efa3

Please sign in to comment.