Commit 05c9f20ba82904aea15adfa23ef6bb163162d1cd

Michael Schmidt 2020-06-28T02:25:53

Added docs to ignore files (#2437)

diff --git a/.npmignore b/.npmignore
index ded7c3a..c2c324b 100644
--- a/.npmignore
+++ b/.npmignore
@@ -6,6 +6,7 @@ hide-*.js
 CNAME
 .github/
 assets/
+docs/
 examples/
 tests/
 *.tgz
diff --git a/bower.json b/bower.json
index 54faad4..1171a8a 100644
--- a/bower.json
+++ b/bower.json
@@ -15,6 +15,7 @@
   "ignore": [
     "**/.*",
     "assets",
+    "docs",
     "tests",
     "CNAME",
     "*.html"