Skip to content

Commit

Permalink
chore: add missing files and directories in ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken committed May 31, 2019
1 parent 36356e6 commit 0cbc5d6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ typings/
.env

# JSDoc
jsdocs/
jsdoc/
docs/
13 changes: 10 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@ test/
tests/
coverage/
.nyc_output/
jsdocs/
.circleci/
docs/
jsdoc/
jsdoc.json
CONTRIBUTING.md
.editorconfig
.eslintrc
.gitignore
.gitignore
.env
tsconfig.json
commitlint.config.js
.travis.yml
CONTRIBUTING.md
CHANGELOG.md

0 comments on commit 0cbc5d6

Please sign in to comment.