Files
hardhat-template/.gitignore
Paul Razvan Berg e35b229b5a feat: initial commit
2020-07-07 01:37:20 +03:00

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*