Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dunwu committed Oct 24, 2019
1 parent aba3405 commit 2b23fe8
Show file tree
Hide file tree
Showing 13 changed files with 296 additions and 244 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
*.ico binary
*.gif binary

# media
# medias
*.mp3 binary
*.swf binary

Expand Down
33 changes: 27 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,37 @@
################ JAVA ################
# temp folders
# ---------------------------------------------------------------------
# more gitignore templates see https://github.com/github/gitignore
# ---------------------------------------------------------------------

# ------------------------------- java -------------------------------
# compiled folders
classes
target
logs
.mtj.tmp/

# temp files
# compiled files
*.class

# bluej files
*.ctxt

# package files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs
hs_err_pid*

# maven plugin temp files
.flattened-pom.xml


################ JAVASCRIPT ################
# ------------------------------- javascript -------------------------------
# dependencies
node_modules

Expand All @@ -28,11 +49,11 @@ yarn-error.log*
bundle*.js


################ IDEA ################
# ------------------------------- intellij -------------------------------
.idea
*.iml


################ Eclipse ################
# ------------------------------- eclipse -------------------------------
.classpath
.project
2 changes: 1 addition & 1 deletion docs/coverpage.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div align="center"><img width="100px" src="http://dunwu.test.upcdn.net/cs/others/zp.png!zp"/></div>
<div align="center"><img width="100px" src="http://dunwu.test.upcdn.net/common/logo/zp.png"/></div>

# DB Tutorial

Expand Down
Loading

0 comments on commit 2b23fe8

Please sign in to comment.