From 52fccfca70f9e85d9e78618f9bfd05f91c62964d Mon Sep 17 00:00:00 2001 From: Theodore Kruczek Date: Tue, 16 Jan 2024 07:05:22 -0500 Subject: [PATCH] chore: :see_no_evil: update .npmignore --- .npmignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.npmignore b/.npmignore index fe2bccb..4ed6143 100644 --- a/.npmignore +++ b/.npmignore @@ -8,14 +8,15 @@ scripts test # Files +.auto-changelog .eslintignore -.eslintrc +.eslintrc.json .gitattributes .gitignore .npmignore -.prettierrc -babel.config.js -jest.config.js +babel.config.cjs +changelog.hbs +jest.config.ts package-lock.json tsconfig.*