Initial
This commit is contained in:
17
roles/nginxinc.nginx_unit/.gitignore
vendored
Normal file
17
roles/nginxinc.nginx_unit/.gitignore
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
# Any private crt and keys #
|
||||
############################
|
||||
*.crt
|
||||
*.key
|
||||
*~
|
||||
\#*
|
||||
|
||||
# OS Specific
|
||||
Thumbs.db
|
||||
.DS_Store
|
||||
.vscode
|
||||
|
||||
# Ansible specific
|
||||
*.retry
|
||||
|
||||
# Python specific
|
||||
__pycache__
|
Reference in New Issue
Block a user