We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad6cd8 commit 3587958Copy full SHA for 3587958
.gitignore
@@ -1,8 +1,30 @@
1
-/.settings
2
-/target
3
-/.classpath
4
-/.project
5
-*.iml
6
-.idea
7
-/work*
8
/bin
+/work*
+
+# Maven build files
+target/
+# Jenkins plugin development
+work/
9
10
+# IntelliJ project files
11
+*.iml
12
+*.ipr
13
+*.iws
14
+.idea/
15
16
+# Eclipse project files
17
+.settings/
18
+.classpath
19
+.project
20
+.metadata
21
+.loadpath
22
23
+# NetBeans project files
24
+nbproject/private/
25
+build/
26
+nbbuild/
27
+dist/
28
+nbdist/
29
+nbactions.xml
30
+nb-configuration.xml
0 commit comments