Skip to content

Commit e40f9ac

Browse files
authored
chore: update gitignore to ignore idea and vscode (#160)
1 parent 46bae4b commit e40f9ac

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

.gitignore

Lines changed: 14 additions & 5 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

11-
/.classpath
12-
/.project
13-
/.settings/
14-
/commons-csv.iml
16+
.classpath
17+
.project
18+
.settings/
19+
20+
/.idea/
21+
*.iml
22+
23+
/.vscode/

0 commit comments

Comments
 (0)