Skip to content

Commit 0275882

Browse files
committed
add ignore
1 parent e6ef9f1 commit 0275882

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,22 @@ hs_err_pid*
1414
#ide config
1515
.metadata
1616
.recommenders
17+
/bin/
18+
.idea/workspace.xml
19+
.idea/dictionaries/myj.xml
20+
.idea/
21+
.DS_Store
22+
*.classpath
23+
*.project
24+
.settings
25+
.project
26+
.target
27+
.classpath
28+
**/.settings
29+
**/.classpath
30+
**/.eclipse
31+
**/target/
32+
target/
33+
bin/
34+
.svn
35+
*.iml

group02/727171008/.gitignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
/bin/
2+
*.class
3+
4+
# Mobile Tools for Java (J2ME)
5+
.mtj.tmp/
6+
7+
# Package Files #
8+
*.jar
9+
*.war
10+
*.ear
11+
12+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
13+
hs_err_pid*
14+
15+
#ide config
16+
.metadata
17+
.recommenders
18+
/bin/
19+
.idea/workspace.xml
20+
.idea/dictionaries/myj.xml
21+
.idea/
22+
.DS_Store
23+
*.classpath
24+
*.project
25+
.settings
26+
.project
27+
.target
28+
.classpath
29+
**/.settings
30+
**/.classpath
31+
**/.eclipse
32+
**/target/
33+
target/
34+
bin/
35+
.svn
36+
*.iml

0 commit comments

Comments
 (0)