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

Global install `.gitignore` vanishes #1

Closed ashblue closed 5 years ago

ashblue commented 5 years ago

Only affects global installs (not NPX). For some weird reason the gitignore doesn't transfer over when copying files.

ashblue commented 5 years ago

Issue also affects NPX, connected to this known bug in NPM publish. https://github.com/npm/npm/issues/3763