Add benchmark to ignore files

This commit is contained in:
Michael "Z" Goddard 2017-11-20 17:45:55 -05:00
parent a7314d6f0d
commit aa0acc62e4
No known key found for this signature in database
GPG key ID: 762CD40DD5349872
2 changed files with 2 additions and 0 deletions

View file

@ -2,3 +2,4 @@ coverage/*
dist/*
node_modules/*
playground/*
benchmark/*

1
.gitignore vendored
View file

@ -15,3 +15,4 @@ npm-*
# Build
/dist
/playground
/benchmark