Skip to content

Commit 3587958

Browse files
committed
Update .gitignore
1 parent dad6cd8 commit 3587958

File tree

1 file changed

+29
-7
lines changed

1 file changed

+29
-7
lines changed

.gitignore

+29-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,30 @@
1-
/.settings
2-
/target
3-
/.classpath
4-
/.project
5-
*.iml
6-
.idea
7-
/work*
81
/bin
2+
/work*
3+
4+
# Maven build files
5+
target/
6+
7+
# Jenkins plugin development
8+
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

Comments
 (0)