Skip to content

Commit 8d5fa79

Browse files
committed
Update RegistryPkgShw
1 parent f9b47c2 commit 8d5fa79

File tree

7 files changed

+730
-499
lines changed

7 files changed

+730
-499
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@ dist-ssr
2525
cmd.md
2626
.env
2727
vix-site/.env
28-
28+
# Environment
29+
.env
30+
.env.*
31+
vix-site/.env
Binary file not shown.

vix-site/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ dist-ssr
2323
*.sln
2424
*.sw?
2525
cmd.md
26+
.env
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"repo": "vixcpp/vix",
3+
"fetched_at": "2026-02-18T15:51:52.939Z",
4+
"stars": 293,
5+
"forks": 26,
6+
"open_issues": 12,
7+
"watchers": 3,
8+
"rate_limit": "auth"
9+
}

vix-site/src/data/github_stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"repo": "vixcpp/vix",
3-
"fetched_at": "2026-02-18T10:52:46.392Z",
3+
"fetched_at": "2026-02-18T15:51:52.939Z",
44
"stars": 293,
55
"forks": 26,
66
"open_issues": 12,

0 commit comments

Comments
 (0)