Skip to content

Commit

Permalink
Npm issue with .gitignore file #6.
Browse files Browse the repository at this point in the history
  • Loading branch information
yurayarosh committed Oct 12, 2021
1 parent 26ba10b commit 9d12069
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion generators/app/writing.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = function () {
mkdirp(join(destPath, 'src/fonts'))

// dotfiles
fs.copy(this.templatePath('.gitignore'), '.gitignore')
fs.copy(this.templatePath('gitignore'), '.gitignore')
fs.copy(this.templatePath('.editorconfig'), '.editorconfig')
fs.copy(this.templatePath('.htmlhintrc'), '.htmlhintrc')
fs.copy(this.templatePath('.sass-lint.yml'), '.sass-lint.yml')
Expand Down

0 comments on commit 9d12069

Please sign in to comment.