diff --git a/meta/.gitignore b/meta/.gitignore index 595aa7c9df..ce10ea2a50 100644 --- a/meta/.gitignore +++ b/meta/.gitignore @@ -23,3 +23,4 @@ /opensearch-build/ /ml-commons/ /geospatial/ +/dashboards-maps/ diff --git a/meta/.meta b/meta/.meta index 5ab4a0ef91..e2d14c08fb 100644 --- a/meta/.meta +++ b/meta/.meta @@ -23,6 +23,7 @@ "common-utils": "git@github.com:opensearch-project/common-utils.git", "opensearch-build": "git@github.com:opensearch-project/opensearch-build.git", "ml-commons": "git@github.com:opensearch-project/ml-commons.git", - "geospatial": "git@github.com:opensearch-project/geospatial.git" + "geospatial": "git@github.com:opensearch-project/geospatial.git", + "dashboards-maps": "git@github.com:opensearch-project/dashboards-maps.git" } }