chore: update gitignore to ignore idea and vscode (#160)

This commit is contained in:
Seth Falco 2021-07-09 16:07:26 +02:00 committed by GitHub
parent 46bae4b99b
commit e40f9acaeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 5 deletions

19
.gitignore vendored
View File

@ -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/