From f8998d14b951a38ed596984e14a1f66e9ed3c031 Mon Sep 17 00:00:00 2001 From: Adaline Valentina Simonian Date: Wed, 8 Sep 2021 13:12:52 -0700 Subject: [PATCH] chore: update .npmignore --- .npmignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 7af4d7a..b42f631 100644 --- a/.npmignore +++ b/.npmignore @@ -11,12 +11,13 @@ assets/logo/* !assets/logo/jshiki-readme-banner.svg site jest.config.js +*.jest.config.js .editorconfig .eslintrc .eslintignore .prettierignore .prettierrc -.travis.yml +codecov.yml .yarnrc.yml jsconfig.json tsconfig.json @@ -26,3 +27,5 @@ svgo.config.js typedoc.js yarn.lock release-changelog.md +CODE_OF_CONDUCT.md +CONTRIBUTING.md