c2b8eb71a4
* 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.
21 lines
242 B
Plaintext
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__
|