public-health-ch/ansible/roles/nginxinc.nginx/.gitignore

21 lines
242 B
Text
Raw Normal View History

2020-05-15 22:14:14 +00:00
# Any private crt and keys #
############################
*.crt
*.key
*~
\#*
2021-02-20 14:00:27 +00:00
# OS Specific #
###############
2020-05-15 22:14:14 +00:00
Thumbs.db
.DS_Store
.vscode
2021-02-20 14:00:27 +00:00
# Ansible specific #
####################
*.retry
# Python specific #
###################
__pycache__