lvarayut/relay-fullstack

.gitignore not generated using advanced method

va1729 opened this issue · 2 comments

Thanks for the awesome starter kit!

The .gitignore file is not generated when I used the Yeoman. I manually copied the .gitignore and pasted it into my codebase. Please close the issue if there is a valid reason for not generating it.

Expected Behavior

It should generate .gitignore

Actual Behavior

It did not generate .gitignore file

Steps to Reproduce

Follow the installation instructions under Advance usage in README

$ npm install -g yo generator-relay-fullstack
$ mkdir relay-fullstack && cd $_
$ yo relay-fullstack
$ npm start

Thanks @Vivekananda-Athukuri for reporting. We decided to drop the yeoman support, the yeoman branch won't contain the latest code version, please read more about it here #72 (comment). Please follow this instruction to get the latest version.

I'm going to close this issue for now. Please feel free to continue the discussion here if you had more question.