Clean up .gitignore and .npmignore

There were some outdated and missing entries.
This commit is contained in:
Matthew Amato 2017-06-28 08:34:42 -04:00
parent b9e3d9719b
commit 24513be7b8
2 changed files with 3 additions and 5 deletions

2
.gitignore vendored
View File

@ -10,7 +10,5 @@ npm-debug.log
.eslintcache .eslintcache
coverage coverage
doc doc
output
test
*.tgz *.tgz
.nyc_output .nyc_output

View File

@ -1,12 +1,12 @@
/.idea /.idea
/coverage /coverage
/doc /doc
/output
/specs /specs
/test
/output
.editorconfig .editorconfig
.eslintcache
.eslintignore
.eslintrc.json .eslintrc.json
.nyc_output
.npmignore .npmignore
.travis.yml .travis.yml
gulpfile.js gulpfile.js