From 66cb31f29151031f6494040de2477cffff6bab14 Mon Sep 17 00:00:00 2001 From: lrangine <19699092+lokeshrangineni@users.noreply.github.com> Date: Tue, 4 Feb 2025 11:16:37 -0500 Subject: [PATCH] adding the feast-operator/bin to the .gitignore directory. Somehow it is not working during release time. Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com> --- .gitignore | 3 +++ infra/feast-operator/.gitignore | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6823221aed..e33fb46cb0 100644 --- a/.gitignore +++ b/.gitignore @@ -225,3 +225,6 @@ ui/.vercel # Go subprocess binaries (built during feast pip package building) sdk/python/feast/binaries/ + +# ignore the bin directory under feast operator. +infra/feast-operator/bin \ No newline at end of file diff --git a/infra/feast-operator/.gitignore b/infra/feast-operator/.gitignore index 72df211c0c..c0c53d8e17 100644 --- a/infra/feast-operator/.gitignore +++ b/infra/feast-operator/.gitignore @@ -27,4 +27,8 @@ go.work *~ # Installer file generated by Kustomize - skip 'dist/' directories within the Feast project except this one. -!dist/ \ No newline at end of file +!dist/ +bin +bin/ +/bin/ +