-
Notifications
You must be signed in to change notification settings - Fork 58
/
.prettierignore
47 lines (45 loc) · 1.13 KB
/
.prettierignore
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
.yarn/
node_mudules/
*.dump.sol
**/coverage*
build/
node_modules/
**/contracts/generated
**/contracts/routers
**/dist/
**/node_modules/
**/typechain-types/
utils/*/utils
utils/*/test/generated
protocol/*/test/generated
markets/*/test/generated
auxiliary/*/test/generated
*Router.sol
.yarnrc.yml
lerna.json
*.hbs
**/subgraph/**/deployments
**/subgraph/build
**/subgraph/.bin
**/artifacts/
**/cache/
**/docs/
**/tests/.latest.json
**/lib
**/out
storage.dump.json
storage.new.dump.json
utils/docgen/deployments/
utils/docgen/abis/
utils/docgen/docs/
# Immutable InitialProxy
markets/legacy-market/contracts/InitialModuleBundle.sol
markets/perps-market/contracts/modules/CoreModule.sol
markets/spot-market/contracts/modules/CoreModule.sol
protocol/governance/contracts/modules/core/InitialModuleBundle.sol
protocol/oracle-manager/contracts/modules/CoreModule.sol
protocol/synthetix/contracts/modules/common/OwnerModule.sol
protocol/synthetix/contracts/modules/common/UpgradeModule.sol
protocol/synthetix/contracts/modules/InitialModuleBundle.sol
utils/core-modules/contracts/interfaces/IOwnerModule.sol
utils/core-modules/contracts/modules/CoreModule.sol