Skip to content

Commit

Permalink
Merge pull request #1 from mlmhl/initial_implement
Browse files Browse the repository at this point in the history
Add initial implement of the resize controller
  • Loading branch information
k8s-ci-robot authored Jan 7, 2019
2 parents 30a81bb + 79b18a8 commit 7373866
Show file tree
Hide file tree
Showing 1,639 changed files with 735,918 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Compiled binaries and deployment files
/bin/

# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib

# Test binary, build with `go test -c`
*.test

# 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 7373866

Please sign in to comment.