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 2fbb3f1 commit a57e8ecCopy full SHA for a57e8ec
.gitignore
@@ -6,21 +6,26 @@
6
*.war
7
*.ear
8
9
-# ignore Maven generated target folders
+# ignore Maven generated folders and files
10
~
11
target
12
+dependency-reduced-pom.xml
13
+
14
# ignore eclipse files
15
.project
16
.classpath
17
.settings
18
.metadata
19
20
# ignore m2e annotation processing files
21
.factorypath
22
23
# ignore IDEA files
24
*.iml
25
*.ipr
26
*.iws
27
.idea
28
29
# other files to ignore
30
derby.log
31
server.lock
0 commit comments