1.0.0 Alpha Release

This commit is contained in:
Zi Xing 2023-01-29 23:27:56 +00:00
parent 9fb26e9aa0
commit c2b7be0ea2
297 changed files with 13712 additions and 2517 deletions

View file

@ -0,0 +1,6 @@
[
"gitgud.json",
"github.json",
"gitlab.json",
"n64.json"
]

View file

@ -0,0 +1,6 @@
{
"name": "gitgud",
"type": "gitlab",
"host": "gitgud.io",
"ssl": true
}

View file

@ -0,0 +1,6 @@
{
"name": "github",
"type": "github",
"host": "api.github.com",
"ssl": true
}

View file

@ -0,0 +1,6 @@
{
"name": "gitlab",
"type": "gitlab",
"host": "gitlab.com",
"ssl": true
}

View file

@ -0,0 +1,6 @@
{
"name": "n64",
"type": "gitlab",
"host": "git.n64.cc",
"ssl": true
}