24 lines
337 B
Plaintext
24 lines
337 B
Plaintext
node_modules
|
|
.env
|
|
|
|
# Hardhat files
|
|
/cache
|
|
/artifacts
|
|
|
|
# TypeChain files
|
|
/typechain
|
|
/typechain-types
|
|
|
|
# solidity-coverage files
|
|
/coverage
|
|
/coverage.json
|
|
|
|
# Hardhat Ignition default folder for deployments against a local node
|
|
ignition/deployments/chain-31337
|
|
|
|
# Hardhat-gas-report
|
|
gas-report.txt
|
|
|
|
# Solidity Coverage
|
|
coverage.json
|
|
coverage |