michaelkrone / generator-material-app

Yet another yeoman generator for scaffolding a simple Node.js/Express/MongoDB/Angular.js app using some material design elements.
MIT License
177 stars 47 forks source link

gitignore is missing on new generation. #85

Closed TejasCMehta closed 8 years ago

Stupidism commented 8 years ago

v0.2.2 or develop branch?

Stupidism commented 8 years ago

only .gitignore or all dot-started files?

Maybe gulp with your filesystem can't copy hidden files

TejasCMehta commented 8 years ago

only .gitignore we also need bower_components and node_modules shuould be ignored, other then that .jshintrc .jscsrc .bowerrc is there

TejasCMehta commented 8 years ago

I added that .gitignore file manually and put below items as ignore list.

/node_modules /build /dist .idea .tmp npm-debug.log .sass-cache

Stupidism commented 8 years ago

Some developers choose not to ignore bower_components.