Commit 1af89e06752327c42f5b57c098b01b108d60b689

Michael Schmidt 2019-09-10T13:38:22

Added .github folder to npm ignore (#2052) This adds the `.github` folder to `.npmignore` to exclude the directory from future releases.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/.npmignore b/.npmignore
index 2aca0ca..a76b964 100644
--- a/.npmignore
+++ b/.npmignore
@@ -4,6 +4,7 @@
 hide-*.js
 .DS_Store
 CNAME
+.github/
 examples/
 img/
 templates/