fix: ignore git file 3.x (#1713)
This commit is contained in:
parent
e4a605d436
commit
983a75f561
|
@ -5,6 +5,7 @@ coverage
|
||||||
v8.log
|
v8.log
|
||||||
.idea
|
.idea
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.git
|
||||||
benchmark.js
|
benchmark.js
|
||||||
analyse.r
|
analyse.r
|
||||||
docs/html
|
docs/html
|
||||||
|
@ -14,4 +15,3 @@ npm-debug.log
|
||||||
test/memory.json
|
test/memory.json
|
||||||
.nyc_output
|
.nyc_output
|
||||||
dist
|
dist
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ doc
|
||||||
coverage.html
|
coverage.html
|
||||||
coverage
|
coverage
|
||||||
v8.log
|
v8.log
|
||||||
|
.git
|
||||||
.DS_Store
|
.DS_Store
|
||||||
benchmark.js
|
benchmark.js
|
||||||
analyse.r
|
analyse.r
|
||||||
|
@ -12,4 +12,3 @@ npm-debug.log
|
||||||
.travis.yml
|
.travis.yml
|
||||||
.nyc_output
|
.nyc_output
|
||||||
dist
|
dist
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue