fix: ignore git file 3.x (#1713)

This commit is contained in:
Janny 2019-04-10 10:52:01 -04:00 committed by GitHub
parent e4a605d436
commit 983a75f561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

2
.gitignore vendored
View File

@ -5,6 +5,7 @@ coverage
v8.log
.idea
.DS_Store
.git
benchmark.js
analyse.r
docs/html
@ -14,4 +15,3 @@ npm-debug.log
test/memory.json
.nyc_output
dist

View File

@ -3,7 +3,7 @@ doc
coverage.html
coverage
v8.log
.git
.DS_Store
benchmark.js
analyse.r
@ -12,4 +12,3 @@ npm-debug.log
.travis.yml
.nyc_output
dist