diff --git a/plugins/.gitignore b/plugins/.gitignore index 9bd4595..9563258 100644 --- a/plugins/.gitignore +++ b/plugins/.gitignore @@ -20,3 +20,4 @@ /geospatial/ /notifications/ /security-analytics/ +/flow-framework/ diff --git a/plugins/.meta b/plugins/.meta index 4edf242..3ec9b1c 100644 --- a/plugins/.meta +++ b/plugins/.meta @@ -20,6 +20,7 @@ "neural-search": "git@github.com:opensearch-project/neural-search.git", "security-analytics": "git@github.com:opensearch-project/security-analytics.git", "custom-codecs": "git@github.com:opensearch-project/custom-codecs.git", - "oci-object-storage": "git@github.com:opensearch-project/opensearch-oci-object-storage.git" + "oci-object-storage": "git@github.com:opensearch-project/opensearch-oci-object-storage.git", + "flow-framework": "git@github.com:opensearch-project/flow-framework.git" } }