fix: ignore .git folder (#1709)

This commit is contained in:
Janny 2019-04-09 15:57:33 -04:00 committed by GitHub
parent 58613fa240
commit 41e8a318d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -5,6 +5,7 @@ coverage
v8.log
.idea
.DS_Store
.git
benchmark.js
analyse.r
docs/html
@ -12,4 +13,3 @@ docs/man
npm-debug.log
.project
test/memory.json

View File

@ -3,7 +3,7 @@ doc
coverage.html
coverage
v8.log
.git
.DS_Store
benchmark.js
analyse.r