Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(skeleton): fix missing .gitignore file in aurelia-cli npm package
When building npm package, `npm pack` ignored skeleton/common/.gitignore file because it by default ignores any .gitignore file. Rename .gitignore to .gitignore__append-if-exists is the cheapest way to bypass npm's default behaviour. The alternative fix is to use "files" field in package.json, but that's too verbose. closes #1102
- Loading branch information