generate / generate-gitignore

Generate a .gitignore file from the command line when Generate's CLI is installed globally, or use as a plugin or sub-generator in your own generator.
https://github.com/generate
MIT License
112 stars 12 forks source link

Creates as "_gitignore" instead of ".gitignore" #2

Closed jamen closed 8 years ago

jamen commented 8 years ago

The file is created as _gitignore instead of .gitignore.

$ gen gitignore
# ...
$ ls                               
_gitignore  LICENSE  node_modules  package.json  README.md

Maybe this is a related to https://github.com/generate/generate-package/issues/3

jonschlinkert commented 8 years ago

Hmm, I thought this was fixed a week or two ago. Did you try reinstalling generate and all of the generators globally?

jonschlinkert commented 8 years ago

related https://github.com/generate/generate-editorconfig/issues/2

jamen commented 8 years ago

Whoops, you are correct. Was using older version. Thanks.

jonschlinkert commented 8 years ago

no worries! thanks