Create mini-cache for commits

Located in bin/git/commits.lst;
Created with GitHub API with --get-commit-db key.
Can be lazily appended with the same key.
This commit is contained in:
Nekotekina 2021-02-05 22:03:10 +03:00
parent ddac4686a7
commit c32fec774f
6 changed files with 11882 additions and 17 deletions

3
.gitignore vendored
View file

@ -52,6 +52,9 @@
/bin/GuiConfigs/*.dat
/bin/GuiConfigs/*.dat.*
# Some data from git
!/bin/git/
# Visual Studio Files
.vs/*
.vscode/*