Skip to content

Commit 2d87167

Browse files
author
xiaozi
committed
This is my first week's work.
1 parent 87eab63 commit 2d87167

File tree

1 file changed

+27
-1
lines changed
  • group24/1054283210/src/com/github/xiaozi123/coding2017/basic

1 file changed

+27
-1
lines changed
Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
1-
/bin/
1+
*.class
2+
# Mobile Tools for Java (J2ME)
3+
.mtj.tmp/
4+
5+
# Package Files #
6+
*.jar
7+
*.war
8+
*.ear
9+
10+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
11+
hs_err_pid*
12+
13+
#ide config
14+
.metadata
15+
.recommenders
16+
.idea/
17+
*.iml
18+
rebel.*
19+
.rebel.*
20+
21+
# Idea
22+
*.iml
23+
*.ipr
24+
*.iws
25+
.idea
26+
27+
target

0 commit comments

Comments
 (0)