mirror of
https://github.com/PaulRBerg/hardhat-template.git
synced 2026-04-20 03:00:26 -04:00
22 lines
236 B
Plaintext
22 lines
236 B
Plaintext
# folders
|
|
.coverage_artifacts/
|
|
.coverage_cache/
|
|
.coverage_contracts/
|
|
artifacts/
|
|
build/
|
|
cache/
|
|
coverage/
|
|
dist/
|
|
lib/
|
|
node_modules/
|
|
typechain/
|
|
|
|
# files
|
|
*.env
|
|
*.log
|
|
*.tsbuildinfo
|
|
coverage.json
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|