-
Notifications
You must be signed in to change notification settings - Fork 6
/
.prettierignore
64 lines (59 loc) · 1.08 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
build/
circuits/circuits/*.circom
circuits/circuits/*/*.circom
circuits/test/*.sh
circuits/test/circuits/*.circom
circuits/test/data/*.info
circuits/test/data/*.keys
circuits/test/data/*.tar.gz
contracts/artifacts/
contracts/cache/
contracts/contracts/common/proxy/
contracts/coverage.json
contracts/coverage/
contracts/deployments/
contracts/lib/TriadMerkleZeros.sol.template
contracts/staging/
contracts/scripts/slither.patch
contracts/tenderly.yaml
contracts/test/advanced-staking/assets/*.ods
contracts/testing/**/*.cli.js
contracts/testing/**/data
contracts/typechain/
contracts/types/
contracts/typing/
contracts/LICENSE*
crypto/coverage/
crypto/lib/
crypto/types/
crypto/LICENSE*
dapp/public/preparation/
dapp/src/types/blake-hash/
dapp/src/types/circomlibjs/
dapp/src/types/contracts/
dapp/src/types/ffjavascript/
dapp/LICENSE*
dapp/stats.json
dapp/tests/data/*.index.html
.env
.env.*
.eslintignore
.gitignore
.gitmessage
.husky/_/
.prettierignore
.yarn-cache
.yarn/
*.orig
*.png
*.puml
*.svg
node_modules/
package-lock.json
plantuml.skin
tmp/
yarn.lock
.nvmrc
LICENSE
.vscode/*
*/.vscode/*