Skip to content

Commit

Permalink
Merge pull request #12 from wackxu/snapshot_controller
Browse files Browse the repository at this point in the history
Add UT for Snapshot controller
  • Loading branch information
xing-yang authored Sep 5, 2018
2 parents 234c01b + 1f497d3 commit 1f658f2
Show file tree
Hide file tree
Showing 119 changed files with 15,126 additions and 24 deletions.
30 changes: 30 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,33 @@

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# OSX leaves these everywhere on SMB shares
._*

# OSX trash
.DS_Store

# Eclipse files
.classpath
.project
.settings/**

# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
.idea/
*.iml

# Vscode files
.vscode

# Emacs save files
*~
\#*\#
.\#*

# Vim-related files
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
Loading

0 comments on commit 1f658f2

Please sign in to comment.