Skip to content

Commit 65165ef

Browse files
committed
chore: clean up .gitignore duplicates and organize sections
1 parent 8de1ccf commit 65165ef

File tree

1 file changed

+44
-37
lines changed

1 file changed

+44
-37
lines changed

.gitignore

Lines changed: 44 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,73 @@
11
node_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
87
cache
98
cache-zk
109
artifacts
1110
artifacts-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
1622
build
1723
build_
18-
node_modules
19-
.env
24+
.build
25+
.build-temp
26+
.tsbuilt
27+
28+
# Certora
2029
.certora*
2130
certora_*
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
3831
script/certora
32+
33+
# Tests
34+
test-results.xml
35+
junit.xml
36+
allFiredEvents
3937
tests/scenarios/
4038
tests/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
6164
contracts/oracle/*
6265
contracts/generated
6366
deployments/localhost
6467

68+
# IDE
69+
.idea
70+
.last_confs
71+
6572
# OSX
6673
.DS_Store

0 commit comments

Comments
 (0)