From 41c4fbe6e20b721c85a37599ad5a1d7fb2948778 Mon Sep 17 00:00:00 2001 From: Michael Schmidt Date: Sun, 27 Jun 2021 21:48:24 +0200 Subject: [PATCH] Updated `.npmignore` The ESLint cache file from #2959 and the JSDoc config file were added. --- .npmignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.npmignore b/.npmignore index fdbc02a99b..9710615dc3 100644 --- a/.npmignore +++ b/.npmignore @@ -20,3 +20,5 @@ gulpfile.js .gitattributes .travis.yml .eslintrc.js +.eslintcache +.jsdoc.json