chore: update gitignore to ignore idea and vscode (#160)
This commit is contained in:
parent
46bae4b99b
commit
e40f9acaeb
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue