generator-polymer icon indicating copy to clipboard operation
generator-polymer copied to clipboard

Polymer generator seed-element issue for .gitignore

Open riteshe63 opened this issue 9 years ago • 1 comments
trafficstars

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.

riteshe63 avatar Nov 15 '16 13:11 riteshe63

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

robdodson avatar Nov 21 '16 20:11 robdodson