From 4f442ba0b26dbc8d7b123768c8e7c3c7a423c9cb Mon Sep 17 00:00:00 2001 From: Seth Falco Date: Fri, 9 Jul 2021 01:32:07 +0200 Subject: [PATCH] chore: update gitignore to ignore idea and vscode --- .gitignore | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) 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/