We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c09b0 commit 6c8d7a1Copy full SHA for 6c8d7a1
.gitignore
@@ -1,3 +1,5 @@
1
+# Maven specific files
2
+
3
target/
4
pom.xml.tag
5
pom.xml.releaseBackup
@@ -10,3 +12,25 @@ buildNumber.properties
10
12
11
13
# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
14
!/.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