1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 19:54:22 +01:00
gitignore/Maven.gitignore
Vasiliy 482f960e78
Fix: do not ignore "*target/" subdirectories.
Recently I ran into a problem: I created a Java package "*.target.*" and git
ignored it when I commited the changes. It turned out it was because of this line
2022-04-26 21:50:14 +05:00

18 lines
383 B
Plaintext

/target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
.mvn/wrapper/maven-wrapper.jar
# Eclipse m2e generated files
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath