Skip to content

Commit

Permalink
doc: add a getting started guide (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsctl authored Jan 22, 2024
1 parent c46f3bd commit f9d5b73
Show file tree
Hide file tree
Showing 5 changed files with 5,474 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
bin/

# Certificates
*.pem
!hack/skaffold/virtual-kubelet/vkubelet-mock-0-crt.pem
!hack/skaffold/virtual-kubelet/vkubelet-mock-0-key.pem

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

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

# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/

/bin
/dist
/build
/cover

# Test credentials file
credentials.json

# Test loganalytics file
loganalytics.json

# VS Code files
.vscode/

# IntelliJ Goland files
.idea

# Terraform ignores
**/.terraform/**
**/terraform-provider-kubernetes
**/*.tfstate*
debug

vendor/

# Local development
local
Loading

0 comments on commit f9d5b73

Please sign in to comment.