Skip to content

Commit

Permalink
fix: Add additional files and folders to npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper authored and bhough committed Nov 21, 2020
1 parent 2b83397 commit 55128c7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,29 @@
.gitignore
.npmignore
.travis.yml
.browserlistrc
.prettierignore
.prettierrc
.vscode
babel.config.js
CODEOWNERS

# folders
coverage
docs-theme
src
test
flow-typed
docs

# markdown files
CONTRIBUTING.md
CODE_OF_CONDUCT.md

# misc.
CNAME
rollup.config.js
travis_after_all.py
yarn.lock
.yarn
typescript-test.ts

0 comments on commit 55128c7

Please sign in to comment.