From 29e722d1b50022f49e2c548dff86da64949531b8 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 1 Nov 2022 22:27:06 +1300 Subject: [PATCH] additions to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7369562..4481491 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ ansible/vault_password ansible/inventory/host_vars/*/vault.yml -ansible/roles/k8s_network/files/calico \ No newline at end of file +ansible/roles/k8s_network/files/calico +.vscode +*/vault.yaml \ No newline at end of file