Skip to content

Commit

Permalink
fix(skeleton): fix missing .gitignore file in aurelia-cli npm package
Browse files Browse the repository at this point in the history
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
3cp committed May 20, 2019
1 parent ffa8741 commit d13c437
Showing 1 changed file with 1 addition and 0 deletions.
@@ -1,3 +1,4 @@

# You may want to customise this file depending on your Operating System # You may want to customise this file depending on your Operating System
# and the editor that you use. # and the editor that you use.
# #
Expand Down

0 comments on commit d13c437

Please sign in to comment.