From 0d9b0458e3a0c0e8b120a02f666c122b3497d5d7 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Wed, 16 Jul 2025 20:54:15 -0400 Subject: [PATCH] Added subdirectory in bootstrap role to be ignored by git --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7450e89..8c5bd30 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .env/ group_vars/** host_vars/** -hosts.ini \ No newline at end of file +hosts.ini +**/gpg/**/* \ No newline at end of file