-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
40 lines (29 loc) · 798 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Dependency directory.
node_modules/
# The file of local environment variables.
.env
# Hardhat files.
/cache/
/artifacts/
# TypeScript artifacts for contracts generated by TypeChain.
/typechain/
/typechain-types/
# Output files of the `solc` compiler.
*.abi
*.bin
*.bin-runtime
# The files of `solidity-coverage`.
/coverage/
/coverage.json
# The output files of `hardhat-gas-reporter`.
gas-report.*
# The Hardhat Ignition default folder for deployments against a local node.
/ignition/deployments/chain-31337/
# Track of all the contract versions deployed in local or unlisted networks using `@openzeppelin/hardhat-upgrades`.
/.openzeppelin/unknown-*.json
# Any log files.
*.log*
# A file of custom folder attributes in macOS.
.DS_Store
# The project settings for IntelliJ IDE.
/.idea/