Skip to content
This repository was archived by the owner on Mar 30, 2021. It is now read-only.

Commit 7957de2

Browse files
committed
minor tweak to fix a .dotfile that yeoman got grumpy about
1 parent 999d1b9 commit 7957de2

File tree

3 files changed

+167
-9
lines changed

3 files changed

+167
-9
lines changed

generators/app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ module.exports = class extends Generator {
103103
this.destinationPath("dev/serve.js"));
104104

105105
this.fs.copyTpl(
106-
this.templatePath(".gitignore"),
106+
this.templatePath("_gitignore"),
107107
this.destinationPath(".gitignore"));
108108

109109
this.fs.copyTpl(

package-lock.json

Lines changed: 166 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)