diff --git a/.gitignore b/.gitignore index 29d77cb97d..4b377d5762 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -### https://raw.github.com/github/gitignore/14b7566ce157ce95b07006466bacee160f242284/maven.gitignore +### https://github.com/github/gitignore/blob/master/Maven.gitignore target/ pom.xml.tag @@ -6,9 +6,18 @@ 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 -/.classpath -/.project -/.settings/ -/commons-csv.iml +.classpath +.project +.settings/ + +/.idea/ +*.iml + +/.vscode/