Skip to content

Commit

Permalink
Added .github folder to npm ignore (#2052)
Browse files Browse the repository at this point in the history
This adds the `.github` folder to `.npmignore` to exclude the directory from future releases.
  • Loading branch information
RunDevelopment committed Sep 10, 2019
1 parent 6cd0738 commit 1af89e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
hide-*.js
.DS_Store
CNAME
.github/
examples/
img/
templates/
Expand Down

0 comments on commit 1af89e0

Please sign in to comment.