mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-12-28 21:40:56 +00:00
19 lines
367 B
Text
19 lines
367 B
Text
#keep tmp folder empty
|
|
tmp/*
|
|
!tmp/Readme.md
|
|
|
|
#keep folder holding public roles empty
|
|
roles/public/*
|
|
!roles/public/Readme.md
|
|
|
|
#keep folder holding ansible collections empty
|
|
collections/*
|
|
!README.md
|
|
|
|
# Ignore all vaults
|
|
playbooks/vars/vaults/*
|
|
!playbooks/vars/vaults/README.md
|
|
|
|
# Ignore hidden configs
|
|
playbooks/templates/secret/*
|
|
!playbooks/templates/secret/README.md
|