u
This commit is contained in:
@@ -39,7 +39,8 @@ set /p COMMIT_MESSAGE=">>> "
|
||||
echo;
|
||||
|
||||
for /d /r %%r in (*) do (
|
||||
echo "%%r" | findstr "node_modules" >NUL || (
|
||||
@REM @ if not "%%r" == ".vscode" (
|
||||
echo "%%r" | findstr "node_modules uni_modules .deploy_git .git .svn .vscode unpackage _webroot _logstore _datasotre _archive _filestore _ssl" >NUL || (
|
||||
if exist "%%r\.git" (
|
||||
pushd "%%r"
|
||||
echo ---- git commit and push [%%r] ----
|
||||
|
||||
Reference in New Issue
Block a user