From e4bda9facc3de9c9d3ea50e010f664b2c4147cf2 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Fri, 5 Sep 2025 13:27:08 -0400 Subject: [PATCH] Added version control ignorance for some playbooks files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e204c11..22cf56f 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,6 @@ hosts.yml hosts.yaml hosts.json /playbooks/vars/ssh_keys_vault.yml -/playbooks/vars/ssh_keys.yml \ No newline at end of file +/playbooks/vars/ssh_keys.yml +playbooks/files/**/**/bash_aliases +playbooks/files/**/**/bash_functions \ No newline at end of file