yeoman / generator-polymer

Scaffold out a Polymer project
http://polymer-project.org
926 stars 149 forks source link

Polymer generator seed-element issue for .gitignore #285

Open riteshe63 opened 7 years ago

riteshe63 commented 7 years ago

Greetings from standard-project-structure I am using the command yo polymer:seed my-foo to install seed-element into our project. But .gitignore file is blank and sometimes developers push bower_components into github repo and size of the project increases. So if we can add minimum bower_components to gitignore file, it can resolve the issue. PolymerElements/seed-element project is defined in bower_components but generator is not defined in .gitignore file.

robdodson commented 7 years ago

Would you care to submit a PR for this change? You'll probably need to use an approach like this https://github.com/yeoman/generator-polymer/blob/master/app/index.js#L60-L72