You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2018. It is now read-only.
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.
Greetings from standard-project-structure
I am using the command
yo polymer:seed my-footo installseed-elementinto our project.But
.gitignorefile is blank and sometimes developers pushbower_componentsinto github repo and size of the project increases.So if we can add minimum
bower_componentstogitignorefile, it can resolve the issue.PolymerElements/seed-element project is defined in
bower_componentsbut generator is not defined in.gitignorefile.