Skip to content

Commit 1a027ee

Browse files
fix: Adding the feast-operator/bin to the .gitignore directory. Somehow it… (#5005)
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>
1 parent e9b53cc commit 1a027ee

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,6 @@ ui/.vercel
225225

226226
# Go subprocess binaries (built during feast pip package building)
227227
sdk/python/feast/binaries/
228+
229+
# ignore the bin directory under feast operator.
230+
infra/feast-operator/bin

infra/feast-operator/.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,8 @@ go.work
2727
*~
2828

2929
# Installer file generated by Kustomize - skip 'dist/' directories within the Feast project except this one.
30-
!dist/
30+
!dist/
31+
bin
32+
bin/
33+
/bin/
34+

0 commit comments

Comments
 (0)