Skip to content

Commit 6c8d7a1

Browse files
committed
Add Spring and IDEs specific files to .gitignore
1 parent 36c09b0 commit 6c8d7a1

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Maven specific files
2+
13
target/
24
pom.xml.tag
35
pom.xml.releaseBackup
@@ -10,3 +12,25 @@ buildNumber.properties
1012

1113
# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
1214
!/.mvn/wrapper/maven-wrapper.jar
15+
16+
# Spring specific files
17+
18+
HELP.md
19+
mvnw.cmd
20+
mvnw
21+
22+
# IntelliJ files
23+
24+
.idea
25+
*.iml
26+
.classpath
27+
.settings
28+
.project
29+
30+
# Vs code
31+
32+
.vscode
33+
34+
# System files
35+
36+
.DS_Store

0 commit comments

Comments
 (0)