Skip to content

Commit 3a80bac

Browse files
committed
chore: update gitignore to ignore idea and vsc
1 parent a31a210 commit 3a80bac

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

.gitignore

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
1-
/target/
1+
### https://github.com/github/gitignore/blob/master/Maven.gitignore
2+
3+
target/
4+
pom.xml.tag
5+
pom.xml.releaseBackup
6+
pom.xml.versionsBackup
7+
pom.xml.next
8+
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
14+
15+
216
.classpath
317
.project
418
.settings/
19+
520
/.idea/
6-
/commons-beanutils2.iml
21+
*.iml
22+
23+
/.vscode/

0 commit comments

Comments
 (0)