fix: ignore .git folder (#1709)
This commit is contained in:
parent
58613fa240
commit
41e8a318d8
|
@ -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
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ doc
|
|||
coverage.html
|
||||
coverage
|
||||
v8.log
|
||||
|
||||
.git
|
||||
.DS_Store
|
||||
benchmark.js
|
||||
analyse.r
|
||||
|
|
Loading…
Reference in New Issue