Add /out to .gitignore (#3908)
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@ -54,9 +54,12 @@ allFiredEvents
|
||||
.coverage_cache
|
||||
.coverage_contracts
|
||||
|
||||
# hardhat
|
||||
cache
|
||||
artifacts
|
||||
# Hardhat
|
||||
/cache
|
||||
/artifacts
|
||||
|
||||
# Foundry
|
||||
/out
|
||||
|
||||
# Certora
|
||||
.certora*
|
||||
|
||||
Reference in New Issue
Block a user