in app/index.js [36:49]
writing() {
this.fs.copyTpl(
this.templatePath("**/*"),
this.destinationPath(this.answers.id),
this.answers,
undefined,
{ globOptions: { dot: true } }
);
this.fs.move(
this.destinationPath(this.answers.id, "_gitignore"),
this.destinationPath(this.answers.id, ".gitignore")
);
}