Skip to content

Commit 370edff

Browse files
author
yupeng10
committed
update
1 parent 47528e0 commit 370edff

File tree

1 file changed

+28
-21
lines changed

1 file changed

+28
-21
lines changed

.gitignore

Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,33 @@
1-
# Compiled class file
2-
*.class
1+
#maven
2+
target/
3+
captcha/*.png
34

4-
# Log file
5-
*.log
5+
work/
66

7-
# BlueJ files
8-
*.ctxt
7+
#eclipse ignore
8+
.settings/
9+
.project
10+
.classpath
11+
bin/
912

10-
# Mobile Tools for Java (J2ME)
11-
.mtj.tmp/
13+
#idea ignore
14+
.idea/
15+
*.ipr
16+
*.iml
17+
*.iws
18+
out/
1219

13-
# Package Files #
14-
*.jar
15-
*.war
16-
*.nar
17-
*.ear
18-
*.zip
20+
#temp ignore
21+
*.log
22+
*.cache
23+
*.diff
24+
*.patch
25+
*.tmp
26+
*.swp
27+
logs
28+
test-output
29+
.recommenders
30+
.DS_Store
31+
/app/EvaApp/node_modules/
1932
*.tar.gz
20-
*.rar
21-
22-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23-
hs_err_pid*
24-
25-
src/main/java/com/shuzijun/leetcode/editor/cn/doc/solution/*.*
26-
src/main/java/com/shuzijun/leetcode/editor/cn/doc/submission/*.*
33+
*.zip

0 commit comments

Comments
 (0)