Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(local-cli): if _gitignore exists, rename it to .gitignore
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
- Loading branch information