diff --git a/.gitignore b/.gitignore index 85e9efb..f5727ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,5 @@ MinGit/ -*.bat - *.zip *.7z *.rar diff --git a/双击更新蓝图仓库.bat b/双击更新蓝图仓库.bat new file mode 100644 index 0000000..23e5a01 --- /dev/null +++ b/双击更新蓝图仓库.bat @@ -0,0 +1,5 @@ +chcp 65001 + +.\MinGit\cmd\git.exe pull origin main + +pause \ No newline at end of file