Update list of files that npm can ignore

This commit is contained in:
Lovell Fuller 2018-01-13 10:28:31 +00:00
parent ebae68d579
commit 73edfb3d2c

View File

@ -2,13 +2,12 @@ build
node_modules node_modules
coverage coverage
.editorconfig .editorconfig
.gitattributes
.gitignore .gitignore
test test
.travis.yml .travis.yml
appveyor.yml appveyor.yml
circle.yml
mkdocs.yml mkdocs.yml
vendor vendor
packaging
preinstall.sh
.nyc_output .nyc_output
CONTRIBUTING.md