add all code

This commit is contained in:
jerry 2022-10-29 15:43:32 +08:00
parent 01765b37a5
commit caa3be5452
2 changed files with 11 additions and 2 deletions

2
.gitignore vendored
View File

@ -9,8 +9,6 @@
.vscode/
log/
composer.lock
gitpush.sh
gitpush.bat
pkg/
bin/
cbuild

11
gitpush.bat Normal file
View File

@ -0,0 +1,11 @@
git add *
ping 1.1.1.1 -n 1 -w 1500 > nul
git commit -m "add all code"
ping 1.1.1.1 -n 1 -w 1500 > nul
git push origin master