ansible-role-nginx/.gitignore
2021-12-07 02:47:13 +01:00

26 lines
274 B
Plaintext

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