We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b53cc commit 1a027eeCopy full SHA for 1a027ee
.gitignore
@@ -225,3 +225,6 @@ ui/.vercel
225
226
# Go subprocess binaries (built during feast pip package building)
227
sdk/python/feast/binaries/
228
+
229
+# ignore the bin directory under feast operator.
230
+infra/feast-operator/bin
infra/feast-operator/.gitignore
@@ -27,4 +27,8 @@ go.work
27
*~
28
29
# Installer file generated by Kustomize - skip 'dist/' directories within the Feast project except this one.
30
-!dist/
+!dist/
31
+bin
32
+bin/
33
+/bin/
34
0 commit comments