Skip to content

Commit 99a6df3

Browse files
committed
Updates
0 parents  commit 99a6df3

12 files changed

Lines changed: 553 additions & 0 deletions

.gitignore

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
# Ignore file generated by github.com/myntdeveloper/gitignore-generator
2+
3+
# React
4+
node_modules/
5+
build/
6+
dist/
7+
.cache/
8+
.parcel-cache/
9+
.next/
10+
.nuxt/
11+
.turbo/
12+
13+
# Tests
14+
coverage/
15+
16+
# Env
17+
.env
18+
.env.*
19+
20+
# TypeScript
21+
*.tsbuildinfo
22+
23+
# Build output
24+
dist/
25+
build/
26+
lib/
27+
28+
# Node
29+
node_modules/
30+
31+
# Coverage
32+
coverage/
33+
34+
# Env
35+
.env
36+
.env.*
37+
38+
# JavaScript
39+
node_modules/
40+
npm-debug.log*
41+
yarn-debug.log*
42+
yarn-error.log*
43+
pnpm-debug.log*
44+
45+
# Build output
46+
dist/
47+
build/
48+
.cache/
49+
.parcel-cache/
50+
51+
# Coverage
52+
coverage/
53+
*.lcov
54+
55+
# Env
56+
.env
57+
.env.*
58+
59+
# IDE
60+
.idea/
61+
.vscode/
62+
63+
# Windows
64+
Thumbs.db
65+
ehthumbs.db
66+
Desktop.ini
67+
$RECYCLE.BIN/
68+
*.lnk
69+
70+
# Node
71+
node_modules/
72+
npm-debug.log*
73+
yarn-debug.log*
74+
yarn-error.log*
75+
pnpm-debug.log*
76+
77+
# Build
78+
dist/
79+
build/
80+
.cache/
81+
.turbo/
82+
83+
# Env
84+
.env
85+
.env.*
86+
87+
# Coverage
88+
coverage/

assets/Geom-Light-Cg3SH4jz.ttf

50 KB
Binary file not shown.

assets/Geom-Regular-COhlTqve.ttf

53.7 KB
Binary file not shown.

assets/Geom-SemiBold-DRlrcEVZ.ttf

53.6 KB
Binary file not shown.

assets/gopher-fgNkAhVL.svg

Lines changed: 25 additions & 0 deletions
Loading

assets/index-CUp1BJ1G.js

Lines changed: 322 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/index-cjnZuyNJ.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/rust-BvzOZj0r.svg

Lines changed: 9 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)