File tree Expand file tree Collapse file tree 1 file changed +44
-37
lines changed
Expand file tree Collapse file tree 1 file changed +44
-37
lines changed Original file line number Diff line number Diff line change 11node_modules
2+ node_modules_tmp
23.env
3- coverage
4- coverage.json
5- typechain
6- .openzeppelin
7- # Hardhat files
4+ secrets.json
5+
6+ # Hardhat
87cache
98cache-zk
109artifacts
1110artifacts-zk
11+ typechain
12+ .openzeppelin
1213
13- # Compound
14- allFiredEvents
15- .build-temp
14+ # Coverage
15+ coverage
16+ coverage.json
17+ coverageEnv
18+
19+ # Build
20+ dist
21+ docs
1622build
1723build_
18- node_modules
19- .env
24+ .build
25+ .build-temp
26+ .tsbuilt
27+
28+ # Certora
2029.certora *
2130certora_ *
22- coverage /
23- coverage.json
24- coverageEnv /
25- emv- * /
26- formulas /
27- outputs /
28- Reports /
29- scTopics
30- test-results.xml
31- .tsbuilt
32- yarn-error.log
33- scenario /build /webpack.js
34- .scencache
35- .solcache
36- .solcachecov
37- scenario /.tscache
3831script /certora
32+
33+ # Tests
34+ test-results.xml
35+ junit.xml
36+ allFiredEvents
3937tests /scenarios /
4038tests /Scenarios /
41- junit.xml
42- .build
43- .last_confs
44- node_modules_tmp
45- .idea
4639
47- secrets.json
40+ # Solidity
41+ .solcache
42+ .solcachecov
43+ formulas
44+ outputs
45+ Reports
46+ scTopics
47+
48+ # Scenario
49+ scenario /build /webpack.js
50+ scenario /.tscache
51+ .scencache
52+ emv- * /
4853
49- # yarn
54+ # Yarn
55+ yarn-error.log
5056.yarn /*
5157! .yarn /patches
5258! .yarn /releases
5359! .yarn /plugins
5460! .yarn /sdks
5561! .yarn /versions
5662
57- # Build
58- dist
59- docs
60-
63+ # Generated/External
6164contracts /oracle /*
6265contracts /generated
6366deployments /localhost
6467
68+ # IDE
69+ .idea
70+ .last_confs
71+
6572# OSX
6673.DS_Store
You can’t perform that action at this time.
0 commit comments