ansible-role-nginx/.gitignore
2021-02-09 20:33:36 +01:00

22 lines
249 B
Plaintext

# Any private crt and keys #
############################
*.crt
*.key
*~
\#*
# OS Specific #
###############
Thumbs.db
.DS_Store
.vscode
# Ansible specific #
####################
.cache
*.retry
# Python specific #
###################
__pycache__