From 53b418d047e66015e279bbc09c93ace5dca8da84 Mon Sep 17 00:00:00 2001 From: asinha Date: Thu, 25 Apr 2024 09:44:44 -0700 Subject: [PATCH] Adding files and folders to npmignore to avoid publish to npm --- .npmignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.npmignore b/.npmignore index 10c8f801..b0fa8083 100644 --- a/.npmignore +++ b/.npmignore @@ -1,9 +1,14 @@ config-optic/ examples/ etc/ +test-app/ test-basic/ test-basic-proxy/ test-complete/ +test-complete-proxy/ +wiki_images/ +CONTRIBUTING.md gulpfile.js +Jenkinsfile .jshintrc jsdoc.json \ No newline at end of file