Skip to content

Commit

Permalink
adding the feast-operator/bin to the .gitignore directory. Somehow it…
Browse files Browse the repository at this point in the history
… is not working during release time.

Signed-off-by: lrangine <[email protected]>
  • Loading branch information
lokeshrangineni committed Feb 4, 2025
1 parent e9b53cc commit 66cb31f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 5 additions & 1 deletion infra/feast-operator/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@ go.work
*~

# Installer file generated by Kustomize - skip 'dist/' directories within the Feast project except this one.
!dist/
!dist/
bin
bin/
/bin/

0 comments on commit 66cb31f

Please sign in to comment.