ansible-role-nginx/.gitignore
Alessandro Fael Garcia c2b8eb71a4
Update packages and list of supported platforms (#350)
*   Update Molecule to `3.2.0` and Docker Python SDK to `4.4.0`.
*   Add Alpine `3.12` to supported platforms for NGINX Plus.
*   Remove Alpine `3.9` and CentOS/RHEL `6` from supported platforms due to EOL.
2020-12-09 15:07:24 +01:00

21 lines
242 B
Plaintext

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