From 2e6200b75d64e87df899e9fa2c717faa9d7081cc Mon Sep 17 00:00:00 2001 From: Pieter Oliver Date: Thu, 30 Jan 2025 09:38:18 +0000 Subject: [PATCH] Removes a few files from the installed package Since as far as I am aware, these are helpful when developing, but not too helpful when in use (and removed a few off the guidance from https://docs.npmjs.com/cli/v11/using-npm/developers#keeping-files-out-of-your-package) --- .npmignore | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index 6b260fd8..bfca42db 100644 --- a/.npmignore +++ b/.npmignore @@ -1,14 +1,21 @@ -node_modules npm-debug.log .travis.yml -.gitignore tsconfig.json test coverage +.prettierrc.js +.markdownlint.json +.mocharc.js +.commitlintrc.json +.editorconfig +.eslintrc.js +renovate.json .nyc_output examples .DS_Store .idea +.husky/ +.github/ *.ts *.js.map !*.d.ts