From 0cbc5d6196b53f177b43f5a86337aa069014a448 Mon Sep 17 00:00:00 2001 From: Thomas GENTILHOMME Date: Fri, 31 May 2019 11:52:01 +0200 Subject: [PATCH] chore: add missing files and directories in ignore files --- .gitignore | 3 ++- .npmignore | 13 ++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b8013c5..cf617d9 100644 --- a/.gitignore +++ b/.gitignore @@ -58,4 +58,5 @@ typings/ .env # JSDoc -jsdocs/ \ No newline at end of file +jsdoc/ +docs/ diff --git a/.npmignore b/.npmignore index 1f12b76..e284169 100644 --- a/.npmignore +++ b/.npmignore @@ -2,9 +2,16 @@ test/ tests/ coverage/ .nyc_output/ -jsdocs/ +.circleci/ +docs/ +jsdoc/ jsdoc.json -CONTRIBUTING.md .editorconfig .eslintrc -.gitignore \ No newline at end of file +.gitignore +.env +tsconfig.json +commitlint.config.js +.travis.yml +CONTRIBUTING.md +CHANGELOG.md