Skip to content

Commit 186612c

Browse files
committed
Ignore IDE specific files
1 parent c246bd4 commit 186612c

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.gitignore

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
### https://raw.github.com/github/gitignore/f2ce448f2ba7a092da05482ceca99209127c0884/maven.gitignore
2-
1+
# maven
32
target/
43
pom.xml.tag
54
pom.xml.releaseBackup
@@ -9,9 +8,12 @@ release.properties
98
dependency-reduced-pom.xml
109
buildNumber.properties
1110
.mvn/timing.properties
12-
13-
# Exclude maven wrapper
1411
!/.mvn/wrapper/maven-wrapper.jar
1512

16-
site-content
13+
# vscode/eclipse
14+
.classpath
15+
.project
16+
.settings/
1717

18+
# other
19+
site-content

0 commit comments

Comments
 (0)