guava/.gitignore
cpovirk 46be346721 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
2023-10-17 09:57:55 -07:00

22 lines
176 B
Plaintext

# Maven
target/
*.ser
*.ec
.mvn/wrapper/maven-wrapper.jar
# IntelliJ Idea
.idea/
out/
*.ipr
*.iws
*.iml
# Eclipse
.classpath
.project
.settings/
.metadata/
# OS X
.DS_Store