ashblue / oyster-package-generator

Oyster is a package generator for Unity Package Manager (UPM). It generates a best standards Unity package with automated deployments via CLI. Focus on coding your package instead of deployments, changelogs, ect.
25 stars 1 forks source link

.gitignore template should include UIElementsSchema #42

Closed ashblue closed 2 years ago

ashblue commented 3 years ago

Currently, Rider and other IDEs unpack this schema from UXML. It should never be uploaded to version control.

ashblue commented 2 years ago

Fixed via #56