Update gitignore for nyc and npm (#80)

This commit is contained in:
Elliot Lee
2020-01-21 12:39:52 -08:00
parent a2280e74e1
commit 92d6da321c

View File

@@ -1,5 +1,9 @@
# .gitignore
# Ignore package locks other than Yarn.
package-lock.json
npm-shrinkwrap.json
# Ignore vim swap files.
*.swp
@@ -63,3 +67,6 @@ scripts/cache
eslintrc
distrib/
# nyc (istanbul)
.nyc_output