Skip to content

Commit

Permalink
Update npmignore to exclude unneeded files
Browse files Browse the repository at this point in the history
  • Loading branch information
brianneisler committed May 15, 2018
1 parent cc40d49 commit 2c3051e
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,33 @@ npm-debug.log
*.iws
.idea

#mac
# mac
.DS_Store

# docker
docker-compose.yml
Dockerfile

# eslint
.eslintcache

#development
.editorconfig
.eslintignore
.eslintrc.js

# prettier
.prettierignore
prettier.config.js

# development
.appveyor.yml
.codecov.yml
.editorconfig
.github
.travis.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DEVELOPMENT.md
docker-compose.yml
Dockerfile
__tests__
coverage
docs
examples
prettier.config.js
tests

0 comments on commit 2c3051e

Please sign in to comment.