From 4e5e3fbb29eedf74396df0710b764e7f527e2306 Mon Sep 17 00:00:00 2001 From: Eric Peters Date: Fri, 19 Jun 2020 08:07:48 -0700 Subject: [PATCH 1/2] Make robocopy output silent in sbt.bat to match bash bootstrap copy output --- src/universal/bin/sbt.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/universal/bin/sbt.bat b/src/universal/bin/sbt.bat index 58707d340..2f09cfdd6 100755 --- a/src/universal/bin/sbt.bat +++ b/src/universal/bin/sbt.bat @@ -819,7 +819,7 @@ if /I !JAVA_VERSION! GEQ 8 ( if %ERRORLEVEL% EQU 0 ( if not exist !PRELOAD_SBT_JAR! ( if exist "!SBT_HOME!\lib\local-preloaded\" ( - robocopy "!SBT_HOME!\lib\local-preloaded" "%UserProfile%\.sbt\preloaded" /E + robocopy "!SBT_HOME!\lib\local-preloaded" "%UserProfile%\.sbt\preloaded" /E >nul 2>nul ) ) ) From 1769f23b3cd6dc4f1f1355d6853222ad611c2d29 Mon Sep 17 00:00:00 2001 From: Eric Peters Date: Fri, 19 Jun 2020 08:11:51 -0700 Subject: [PATCH 2/2] Add metals project files to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f495d67cb..48633bd52 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ /SbtTemplateProject.scala target /project/boot +/project/metals.sbt +/.metals /project/plugins lib_managed src_managed