Skip to content

Commit ac0e417

Browse files
author
zhiyuan
committed
update gitignore
1 parent c02ca1d commit ac0e417

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

.gitignore

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1-
# maven ignore
2-
target/
3-
classes/
4-
5-
6-
# eclipse ignore
7-
.settings/
8-
.project
9-
.classpath
10-
11-
# idea ignore
12-
.idea/
13-
*.ipr
14-
*.iml
15-
*.iws
16-
17-
# temp ignore
18-
logs/
1+
# maven ignore
2+
target/
3+
classes/
4+
5+
6+
# eclipse ignore
7+
.settings/
8+
.project
9+
.classpath
10+
11+
# idea ignore
12+
.idea/
13+
*.ipr
14+
*.iml
15+
*.iws
16+
17+
# temp ignore
18+
logs/
19+
20+
pom-deploy.xml

0 commit comments

Comments
 (0)