Skip to content

Commit 2c21b41

Browse files
Piotr Oleśpiotr-oles
authored andcommitted
fix: 🐛 config-ignore will not miss gitignore file
1 parent 52766d3 commit 2c21b41

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

generators/config-ignore/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Generator from "yeoman-generator";
33
export = class ConfigIgnoreGenerator extends Generator {
44
public writing() {
55
this.fs.copy(
6-
this.templatePath(".gitignore"),
6+
this.templatePath("gitignore"),
77
this.destinationPath(".gitignore")
88
);
99
}
File renamed without changes.

0 commit comments

Comments
 (0)