From 23f32c5ec8b60172521d7886adbe1af019b01a0e Mon Sep 17 00:00:00 2001 From: Ce Gao Date: Mon, 20 Jan 2020 12:13:01 -0600 Subject: [PATCH] [ray-operator]: Add ignore file (#6851) Signed-off-by: Ce Gao --- deploy/ray-operator/.gitignore | 44 ++++++++++++++++++++++++++++++++++ deploy/ray-operator/go.mod | 1 + 2 files changed, 45 insertions(+) create mode 100644 deploy/ray-operator/.gitignore diff --git a/deploy/ray-operator/.gitignore b/deploy/ray-operator/.gitignore new file mode 100644 index 000000000..3312b2b1f --- /dev/null +++ b/deploy/ray-operator/.gitignore @@ -0,0 +1,44 @@ +# Ignore backup files. +*~ +# Ignore Vim swap files. +.*.swp +# Ignore files generated by IDEs. +/.classpath +/.factorypath +/.idea/ +/.ijwb/ +/.project +/.settings +/.vscode/ +/bazel.iml +# Ignore all bazel-* symlinks. There is no full list since this can change +# based on the name of the directory bazel is cloned into. +/bazel-* +# Ignore outputs generated during Bazel bootstrapping. +/output/ +# Ignore jekyll build output. +/production +/.sass-cache +# Bazelisk version file +.bazelversion +# User-specific .bazelrc +user.bazelrc + +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +vendor/ + +# Project related ignores +/ray-operator \ No newline at end of file diff --git a/deploy/ray-operator/go.mod b/deploy/ray-operator/go.mod index f68ba60a7..d29838b52 100644 --- a/deploy/ray-operator/go.mod +++ b/deploy/ray-operator/go.mod @@ -7,6 +7,7 @@ require ( github.com/go-logr/logr v0.1.0 github.com/onsi/ginkgo v1.6.0 github.com/onsi/gomega v1.4.2 + golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 // indirect k8s.io/api v0.0.0-20190918195907-bd6ac527cfd2 k8s.io/apimachinery v0.0.0-20190817020851-f2f3a405f61d k8s.io/client-go v0.0.0-20190918200256-06eb1244587a