mono-infrastructure/ansible/.gitignore
2021-01-04 13:19:24 -07:00

16 lines
255 B
Plaintext

#keep tmp folder empty
tmp/*
!tmp/Readme.md
#keep folder holding public roles empty
roles/public/*
!roles/public/Readme.md
#keep fodler holding ansible collections empty
collections/*
!README.md
# Ignore all vaults
vars/vaults/*
!vars/vaults/README.md