File tree Expand file tree Collapse file tree 3 files changed +0
-68
lines changed Expand file tree Collapse file tree 3 files changed +0
-68
lines changed Original file line number Diff line number Diff line change @@ -8,29 +8,9 @@ yarn.lock
8
8
coverage
9
9
coverage.json
10
10
11
- # hardhat
12
- artifacts
13
- cache
14
- typechain-types
15
-
16
- # types
17
- types
18
-
19
- # circuits
20
- circuits
21
-
22
11
# production
23
12
dist
24
13
build
25
- /docs
26
-
27
- # subgraph
28
- subgraph.template.yaml
29
- generated
30
-
31
- # Docusaurus cache and generated files
32
- .docusaurus
33
- .cache-loader
34
14
35
15
# misc
36
16
.DS_Store
@@ -40,8 +20,3 @@ generated
40
20
npm-debug.log *
41
21
yarn-debug.log *
42
22
yarn-error.log *
43
-
44
- # packages
45
- cli-template- *
46
-
47
- ! apps /website /src /app /build
Original file line number Diff line number Diff line change @@ -53,26 +53,9 @@ node_modules/
53
53
# Yarn Integrity file
54
54
.yarn-integrity
55
55
56
- # dotenv environment variable files
57
- .env
58
- .env.development.local
59
- .env.test.local
60
- .env.production.local
61
- .env.local
62
-
63
56
# Production
64
57
build
65
58
dist
66
- /docs
67
-
68
- # Docusaurus cache and generated files
69
- .docusaurus
70
- .cache-loader
71
-
72
- # Hardhat
73
- artifacts
74
- cache
75
- typechain-types
76
59
77
60
# Stores VSCode versions used for testing VSCode extensions
78
61
.vscode-test
@@ -85,6 +68,3 @@ typechain-types
85
68
! .yarn /releases
86
69
! .yarn /sdks
87
70
! .yarn /versions
88
-
89
- # Other
90
- snark-artifacts
Original file line number Diff line number Diff line change @@ -8,27 +8,13 @@ yarn.lock
8
8
coverage
9
9
coverage.json
10
10
11
- # hardhat
12
- artifacts
13
- cache
14
- typechain-types
15
-
16
11
# production
17
12
dist
18
13
build
19
- /docs
20
-
21
- # subgraph
22
- subgraph.template.yaml
23
- generated
24
14
25
15
# github
26
16
.github /ISSUE_TEMPLATE
27
17
28
- # Docusaurus cache and generated files
29
- .docusaurus
30
- .cache-loader
31
-
32
18
# mdx file
33
19
* .mdx
34
20
@@ -40,12 +26,3 @@ generated
40
26
npm-debug.log *
41
27
yarn-debug.log *
42
28
yarn-error.log *
43
-
44
- # other
45
- snark-artifacts
46
-
47
- # Next.js
48
- .next /
49
- public
50
-
51
- ! apps /website /src /app /build
You can’t perform that action at this time.
0 commit comments