-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (44 loc) · 988 Bytes
/
.gitignore
File metadata and controls
58 lines (44 loc) · 988 Bytes
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
node_modules/
.env
# Any logging files.
*.log*
# Hardhat.
/cache/
/artifacts/
# TypeChain.
/typechain/
/typechain-types/
# Foundry.
/out/
/cache_forge/
# `solidity-coverage`.
/coverage/
/coverage.json
# The Hardhat Ignition default folder for deployments against a local node.
/ignition/deployments/chain-31337/
# `hardhat-gas-reporter`.
gas-report.*
# Track of all the contract versions deployed in local or unlisted networks using `@openzeppelin/hardhat-upgrades`.
/.openzeppelin/unknown-*.json
# `hardhat-exposed`
contracts-exposed/
# The project installation flag.
/scripts/project-config/setup/.installed
# `solc` output files.
*.abi
*.bin
*.bin-runtime
# A file of custom folder attributes in macOS.
.DS_Store
# The project settings for IntelliJ IDE.
/.idea/
# Abi
/abi/full/@chainlink/
/abi/full/@openzeppelin/
/abi/full/solady/
/abi/json/@chainlink/
/abi/json/@openzeppelin/
/abi/json/solady/
/abi/minimal/@chainlink/
/abi/minimal/@openzeppelin/
/abi/minimal/solady/