From e3631ce396344ca0596e677cff1c4896a18f25b6 Mon Sep 17 00:00:00 2001 From: cpovirk Date: Mon, 16 Oct 2023 18:28:30 -0700 Subject: [PATCH] Add `.mvn/wrapper/maven-wrapper.jar` to `.gitignore`. It's added by runs of the Maven Wrapper, which was added by cl/573917287. RELNOTES=n/a PiperOrigin-RevId: 573987579 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 942c3986a9b7..c6c875cd186a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ target/ *.ser *.ec +.mvn/wrapper/maven-wrapper.jar # IntelliJ Idea .idea/