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
Because npm never publishes a `.gitignore` file, we need to rename
our `.gitignore` files in our templates to `_gitignore` and have the
`hops-local-cli` `init()` method rename it again, after unpacking.
Read more about it: npm/npm#1862
Related to: #275
Because npm never publishes a `.gitignore` file, we need to rename
our `.gitignore` files in our templates to `_gitignore` and have the
`hops-local-cli` `init()` method rename it again, after unpacking.
Read more about it: npm/npm#1862
Related to: #275
This is my intent (choose one)
The problem
hops init
creates templates without a.gitignore
file, which means that users who use it, need to create the.gitignore
files themselves.This is caused by npm, because a
.gitignore
files is never published (npm/npm#1862)Proposed solution
We could rename the
.gitignore
file in the currenthops-*
templates to_gitignore
and rename them again after unzipping the package.The text was updated successfully, but these errors were encountered: