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