From 25cb0927525f3f5728c3d0a4d7444a1f99d088b9 Mon Sep 17 00:00:00 2001 From: Seth Falco Date: Fri, 9 Jul 2021 04:32:58 +0200 Subject: [PATCH] chore: update gitignore to ignore idea and vsc --- .gitignore | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4992cf7eb..4b377d576 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,23 @@ -/target/ +### https://github.com/github/gitignore/blob/master/Maven.gitignore + +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 + + .classpath .project .settings/ + /.idea/ -/commons-beanutils2.iml +*.iml + +/.vscode/