update .gitignore, github.json

This commit is contained in:
wcbing 2024-11-09 20:43:53 +08:00
parent a43b40e3df
commit 3453efd6a0
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
data/github-local.json
*/module/__pycache__/ */module/__pycache__/
deb/* deb/*
!deb/index.html !deb/index.html

View File

@ -84,7 +84,7 @@
] ]
}, },
"neovim": { "neovim": {
"repo": "neovim/neovim-releases/", "repo": "neovim/neovim-releases",
"file_list": [ "file_list": [
"nvim-linux64.deb " "nvim-linux64.deb "
] ]