Skip to content

Commit

Permalink
feat: support recover from snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Pencil-Yao committed Mar 24, 2022
1 parent 8c68cc0 commit 1e883d6
Show file tree
Hide file tree
Showing 9 changed files with 180 additions and 2,220 deletions.
68 changes: 68 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# Compiled files
*.o
*.so
*.rlib
*.dll
*.pyc

# Executables
*.exe

# intermedia file directory
target/
*/target/
tmp*/

# Cargo lock in subs
**/Cargo.lock


# editor specific
# vim stuff
*.swp
# emacs stuff
*~
# vscode
.vscode
# jetbrains ide stuff
.idea
*.iml
# mac stuff
.DS_Store

# gdb files
.gdb_history

# ctags
TAGS

# sphinx
docs/build

# vagrant file
.vagrant

# node
**/node_modules
yarn-error.log

# docs
docs/site

# localtime for macos users
localtime

# test data
**/test-rocksdb

# log files
logs/

# private key
*_privkey

# pem file
*.pem

# db file
*.db
Loading

0 comments on commit 1e883d6

Please sign in to comment.