mirror of
https://github.com/github/gitignore.git
synced 2026-08-25 17:32:47 +02:00
Merge 471be20f1e into 57286c3887
This commit is contained in:
commit
fe99f8e6f6
19
community/Hardhat.gitignore
Normal file
19
community/Hardhat.gitignore
Normal file
@ -0,0 +1,19 @@
|
||||
# Hardhat
|
||||
# https://hardhat.org/
|
||||
#
|
||||
# Recommended: Node.gitignore
|
||||
|
||||
# Compilation artifacts
|
||||
/artifacts
|
||||
|
||||
# Compilation cache
|
||||
/cache
|
||||
|
||||
# TypeChain-generated types
|
||||
# Default for @nomicfoundation/hardhat-typechain (Hardhat 3)
|
||||
/types
|
||||
# Default for @typechain/hardhat (Hardhat 2)
|
||||
/typechain-types
|
||||
|
||||
# Hardhat Ignition deployment output
|
||||
/ignition/deployments
|
||||
Loading…
Reference in New Issue
Block a user