iac_stack/.gitignore
2025-04-29 15:01:03 +02:00

17 lines
No EOL
272 B
Text

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