Skip to content

Commit 044ad5e

Browse files
committed
Update .gitignore
1 parent 7f53f74 commit 044ad5e

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

.gitignore

+25-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
1-
target
2-
work
3-
mercurial.i*
1+
# Maven build files
2+
target/
3+
4+
# Jenkins plugin development
5+
work/
6+
7+
# IntelliJ project files
8+
*.iml
9+
*.ipr
10+
*.iws
11+
.idea/
12+
13+
# Eclipse project files
14+
.settings/
415
.classpath
5-
.settings
616
.project
17+
.metadata
18+
.loadpath
19+
20+
# NetBeans project files
21+
nbproject/private/
22+
build/
23+
nbbuild/
24+
dist/
25+
nbdist/
26+
nbactions.xml
27+
nb-configuration.xml

0 commit comments

Comments
 (0)