iac_stack/.gitignore
Kevin Heyer f973808f0c update
2025-06-14 14:43:11 +02:00

16 lines
No EOL
253 B
Text

# Ignore inventory file. This are Submodules
inventory/
# Ignore .secret files.... you know, there secret...
*.secret
.vault-*
# Ignore Caching
cache/
# Ignore Testplaybook
playbooks/global/testserver.yml
# Ignore unneccessary Files
.vscode
.ansible