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

Commit

Permalink
Move all OSS code to this repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
r0mant authored Aug 28, 2018
1 parent 610d780 commit ff8241d
Show file tree
Hide file tree
Showing 5,021 changed files with 1,487,853 additions and 1 deletion.
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 8 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
build/.vagrant
assets/site/build
assets/site/fixtures/*tar
assets/site/fixtures/*tar.gz
.git
.vagrant
Godeps
lib
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
.vscode
.vagrant
build
*.test
flymake*
*tar
*gz
*tar.gz
*tgz
assets/mattermost/registry
assets/monitoring-app/registry
assets/k8s-test/registry
assets/k8s/registry
assets/logging-app/registry
assets/ntp-app/registry
*.swp
gravity.log
/version
/assets/vagrant/1node/wizard
/assets/vagrant/3node/wizard
docs/latest.yaml
# Terraform state
.terraform
terraform.tfstate*
# Ansible retry files
*.retry
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "e"]
path = e
url = [email protected]:gravitational/telekube
Loading

0 comments on commit ff8241d

Please sign in to comment.