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: 574181333
This commit is contained in:
cpovirk 2023-10-17 09:52:48 -07:00 committed by Google Java Core Libraries
parent 76b3b3f16d
commit 46be346721

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
target/
*.ser
*.ec
.mvn/wrapper/maven-wrapper.jar
# IntelliJ Idea
.idea/