ansible-role-nginx/.gitignore

26 lines
274 B
Plaintext
Raw Permalink Normal View History

# Any private crt and keys #
############################
*.crt
*.key
*~
\#*
# OS Specific #
###############
Thumbs.db
.DS_Store
.vscode
# Ansible specific #
####################
.cache
2020-08-19 18:39:17 +02:00
*.retry
# Python specific #
###################
2020-08-19 18:39:17 +02:00
__pycache__
# Logs #
########
*.log