mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update .gitignore
This commit is contained in:
parent
dfb3d46098
commit
10ebb24b11
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -21,6 +21,10 @@ build/_vendor/pkg
|
||||||
*~
|
*~
|
||||||
.project
|
.project
|
||||||
.settings
|
.settings
|
||||||
|
.git
|
||||||
|
|
||||||
|
# hardhat private keys
|
||||||
|
hardhat.config.js
|
||||||
|
|
||||||
# used by the Makefile
|
# used by the Makefile
|
||||||
/build/_workspace/
|
/build/_workspace/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue