Skip to content

Commit 2b23fe8

Browse files
committed
update docs
1 parent aba3405 commit 2b23fe8

13 files changed

Lines changed: 296 additions & 244 deletions

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
*.ico binary
5757
*.gif binary
5858

59-
# media
59+
# medias
6060
*.mp3 binary
6161
*.swf binary
6262

.gitignore

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,37 @@
1-
################ JAVA ################
2-
# temp folders
1+
# ---------------------------------------------------------------------
2+
# more gitignore templates see https://github.com/github/gitignore
3+
# ---------------------------------------------------------------------
4+
5+
# ------------------------------- java -------------------------------
6+
# compiled folders
37
classes
48
target
59
logs
10+
.mtj.tmp/
611

7-
# temp files
12+
# compiled files
813
*.class
14+
15+
# bluej files
16+
*.ctxt
17+
18+
# package files #
919
*.jar
1020
*.war
21+
*.nar
22+
*.ear
23+
*.zip
24+
*.tar.gz
25+
*.rar
26+
27+
# virtual machine crash logs
28+
hs_err_pid*
29+
30+
# maven plugin temp files
31+
.flattened-pom.xml
1132

1233

13-
################ JAVASCRIPT ################
34+
# ------------------------------- javascript -------------------------------
1435
# dependencies
1536
node_modules
1637

@@ -28,11 +49,11 @@ yarn-error.log*
2849
bundle*.js
2950

3051

31-
################ IDEA ################
52+
# ------------------------------- intellij -------------------------------
3253
.idea
3354
*.iml
3455

3556

36-
################ Eclipse ################
57+
# ------------------------------- eclipse -------------------------------
3758
.classpath
3859
.project

docs/coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div align="center"><img width="100px" src="http://dunwu.test.upcdn.net/cs/others/zp.png!zp"/></div>
1+
<div align="center"><img width="100px" src="http://dunwu.test.upcdn.net/common/logo/zp.png"/></div>
22

33
# DB Tutorial
44

0 commit comments

Comments
 (0)