Skip to content

Commit 9b1858a

Browse files
committed
chore: update gitignore to ignore idea and vscode
1 parent ca5eb7c commit 9b1858a

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

.gitignore

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
1-
### https://raw.github.com/github/gitignore/14b7566ce157ce95b07006466bacee160f242284/maven.gitignore
1+
### https://github.com/github/gitignore/blob/master/Maven.gitignore
22

33
target/
44
pom.xml.tag
55
pom.xml.releaseBackup
66
pom.xml.versionsBackup
77
pom.xml.next
88
release.properties
9+
dependency-reduced-pom.xml
10+
buildNumber.properties
11+
.mvn/timing.properties
12+
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
13+
.mvn/wrapper/maven-wrapper.jar
914

1015

1116
/.classpath
1217
/.project
1318
/.settings/
14-
/commons-csv.iml
19+
20+
/.idea/
21+
/*.iml
22+
23+
/.vscode/

0 commit comments

Comments
 (0)