mono-infrastructure/ansible/.gitignore

16 lines
255 B
Plaintext
Raw Normal View History

#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
2021-01-04 20:19:24 +00:00
# Ignore all vaults
vars/vaults/*
!vars/vaults/README.md