Last active
January 24, 2017 17:51
-
-
Save thydel/c4d36657a2a4abd4c93a31c1e02ef4b8 to your computer and use it in GitHub Desktop.
gitignore skeleton for typical infra playbook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*~ | |
.cache/ | |
.retry/ | |
.hide/ | |
roles/ | |
log/ | |
tmp/ | |
ext/ | |
site/ | |
README.html | |
plugins/filter/*.pyc | |
# generated | |
ansible.cfg | |
ssh-config | |
vars/ext/ | |
inventory/*.ext | |
inventory/group_vars/*/*-ext.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment