mirror of
https://github.com/status-im/status-go.git
synced 2025-02-18 01:37:22 +00:00
.gitignore: vendored tests, go-ethereum/vendor folder
This commit is contained in:
parent
87e345c1cc
commit
d959c87ae1
3
.gitignore
vendored
3
.gitignore
vendored
@ -13,6 +13,7 @@
|
|||||||
.ethtest
|
.ethtest
|
||||||
*/**/*tx_database*
|
*/**/*tx_database*
|
||||||
*/**/*dapps*
|
*/**/*dapps*
|
||||||
|
vendor/github.com/ethereum/go-ethereum/vendor
|
||||||
|
|
||||||
#*
|
#*
|
||||||
.#*
|
.#*
|
||||||
@ -35,6 +36,8 @@ profile.cov
|
|||||||
|
|
||||||
# tests
|
# tests
|
||||||
.ethereumtest/
|
.ethereumtest/
|
||||||
|
/vendor/**/*_test.go
|
||||||
|
|
||||||
#
|
#
|
||||||
# golang
|
# golang
|
||||||
coverage.out
|
coverage.out
|
||||||
|
Loading…
x
Reference in New Issue
Block a user