-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
63 lines (47 loc) · 805 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
node_modules
out
# Hardhat files
cache
artifacts
build/contracts
bin
# Deployment script hardhat cache
/scripts/deployment/output/hardhat.json
# https://docs.openzeppelin.com/upgrades-plugins/1.x/network-files
# .openzeppelin/unknown-*.json
.openzeppelin/unknown-31337.json
.openzeppelin/*.json
.secret
# IDEs
.idea
.vscode
# Typechain
typechain-types
# FOLLOWING ARE FROM THE FORK -- Waiting for cleanup
secrets.js
# Exported function gas costs and test outputs
/gasTest/outputs
yarn-error.log
# solidity-coverage
/.coverage_artifacts
/.coverage_cache
/.coverage_contracts
/coverage.json
/coverage
# eth-mutants
/.eth-mutants
/mutantOutput
# echidna
/crytic-export
# brownie
__pycache__
.pytest_cache
.history
.hypothesis/
build/
reports/
tests/simulation.csv
# Forge
build
# dotenv
.env