fix: ignore git file 3.x (#1713)
This commit is contained in:
parent
e4a605d436
commit
983a75f561
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue