From 78db55c4bf00efabefd61371aebe04f39bcc930c Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Thu, 23 Sep 2021 10:31:43 +0800 Subject: [PATCH] u --- git-pull-all.bat | 2 +- npm-boot-all.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/git-pull-all.bat b/git-pull-all.bat index 9af107a..2380a1a 100644 --- a/git-pull-all.bat +++ b/git-pull-all.bat @@ -29,7 +29,7 @@ for /d %%o in (*) do ( if not %%o == .vscode ( @REM 每次 git pull 都会造成 .git 目录下某些文件变化,导致云端不断自动同步。因此过滤掉 *@cloud 的目录不做更新。 echo %%o | findstr "@cloud" >NUL && ( -@REM echo omitting [%BASEDIR%\%%o] + echo !!! omitting [%BASEDIR%\%%o] ) || ( echo entering [%BASEDIR%\%%o] pushd %%o diff --git a/npm-boot-all.bat b/npm-boot-all.bat index 2e761ef..3dafa81 100644 --- a/npm-boot-all.bat +++ b/npm-boot-all.bat @@ -27,7 +27,7 @@ echo *** Current path = [%CD%] *** for /d %%o in (*) do ( if not %%o == .vscode ( echo %%o | findstr "@cloud" >NUL && ( -@REM echo omitting [%BASEDIR%\%%o] + echo !!! omitting [%BASEDIR%\%%o] ) || ( echo entering [%BASEDIR%\%%o] pushd %%o