-
Notifications
You must be signed in to change notification settings - Fork 42
[support] .gitignore in 1.0.0 (PSK2)? #27
Comments
Did not come with a .gitignore though. @see PolymerElements/generator-polymer-init-custom-build#27
Actually, it seems as if maybe it was intentional not to ship with a .gitignore since many will want to have their own overrides to that. Even so I think maybe a .gitignore-suggested would be good if that's the case. Some confirmation on this would still be awesome! |
Did not come with a .gitignore though. @see PolymerElements/generator-polymer-init-custom-build#27
This is not intentional. For some reason Polymer CLI is not copying it. PSK2 has .gitignore (should include at least these lines)
|
I wonder if we should move this to https://github.com/Polymer/polymer-cli. Also, I am using v0.16.0 of polymer-cli. |
It may be related to this: https://github.com/yeoman/generator-polymer/blob/master/app/index.js#L60 I think when you npm install something with a |
As @robdodson was saying |
New to Polymer here. I used
polymer init custom-build
and I did not get a resulting .gitignore file that excluded /bower and /node_modules. I do see that I am using 1.0.0 of custom-build which points to the 2.0 tag of the Polymer Starter Kit. That tag does have the correct .gitignore file.Why do I not automatically get the .gitignore in PSK 2.0?
The text was updated successfully, but these errors were encountered: