Skip to content
This repository was archived by the owner on Feb 9, 2024. It is now read-only.

Commit ff8241d

Browse files
authored
Move all OSS code to this repository.
1 parent 610d780 commit ff8241d

File tree

5,021 files changed

+1487853
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,021 files changed

+1487853
-1
lines changed

.dockerignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
build/.vagrant
2+
assets/site/build
3+
assets/site/fixtures/*tar
4+
assets/site/fixtures/*tar.gz
5+
.git
6+
.vagrant
7+
Godeps
8+
lib

.gitignore

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
.vscode
2+
.vagrant
3+
build
4+
*.test
5+
flymake*
6+
*tar
7+
*gz
8+
*tar.gz
9+
*tgz
10+
assets/mattermost/registry
11+
assets/monitoring-app/registry
12+
assets/k8s-test/registry
13+
assets/k8s/registry
14+
assets/logging-app/registry
15+
assets/ntp-app/registry
16+
*.swp
17+
gravity.log
18+
/version
19+
/assets/vagrant/1node/wizard
20+
/assets/vagrant/3node/wizard
21+
docs/latest.yaml
22+
# Terraform state
23+
.terraform
24+
terraform.tfstate*
25+
# Ansible retry files
26+
*.retry

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "e"]
2+
path = e
3+
url = git@github.com:gravitational/telekube

0 commit comments

Comments
 (0)