From f47c105fa6ec92082b6e33123fe7c6a8dd35201c Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Sat, 23 May 2026 07:11:18 -0400 Subject: [PATCH] added version control exclusion file --- .gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5187909 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# Ansible Tower ignore list + +# Ansible runtime and backups +*.original +*.tmp +*.bkp +*.retry +*.*~ + +# Tower runtime roles +roles/** +!roles/requirements.yml + +# Try tyo avoid any plain-text passwords +*pwd* +*pass* +*password* +*.txt + +# Exclude all binaries +*.bin +*.jar +*.tar +*.zip +*.gzip +*.tgz \ No newline at end of file