From 7349b58b8ecd5d300daec6e3059f48429fa02905 Mon Sep 17 00:00:00 2001 From: Eugene Terehov Date: Sat, 2 Jan 2021 09:58:16 +0100 Subject: [PATCH] Update .npmignore --- .npmignore | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.npmignore b/.npmignore index 3c52ce1f..ce2763e4 100644 --- a/.npmignore +++ b/.npmignore @@ -18,12 +18,6 @@ coverage # nyc test coverage .nyc_output -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# Bower dependency directory (https://bower.io/) -bower_components - # node-waf configuration .lock-wscript @@ -66,7 +60,6 @@ common/temp/ .idea # don't check in build files -**/dist /temp/ # Don't commit tsdoc meta @@ -80,3 +73,12 @@ common/temp/ # Ignore Tests /tests/ + +# Ignore Docs +/docs/ + +# Ignore Examples +/examples/ + +# Ignore Git hooks +/git-hooks/