From 51b5d4ed98e7472dff2de57fbbbae8157146dfb6 Mon Sep 17 00:00:00 2001 From: GImbrailo Date: Tue, 4 Jun 2024 10:57:05 -0700 Subject: [PATCH] chore: add ansible-vault to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4c185b5e..4864a9bf 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ dist integration_test/gcp-token.json integration_test/.env.vaults.cicd integration_test/service-principal.key +**vault** \ No newline at end of file