27 lines
322 B
Plaintext
27 lines
322 B
Plaintext
# Node modules
|
|
/node_modules
|
|
|
|
# Compilation output
|
|
/dist
|
|
|
|
# pnpm deploy output
|
|
/bundle
|
|
|
|
# Hardhat Build Artifacts
|
|
/artifacts
|
|
|
|
# Deployments by students
|
|
/ignition/deployments
|
|
|
|
# Hardhat compilation (v2) support directory
|
|
/cache
|
|
|
|
# Typechain output
|
|
/types
|
|
|
|
# Hardhat coverage reports
|
|
/coverage
|
|
|
|
# Environment variables
|
|
.env
|