mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Exclude pycache and .py[cod]
This commit is contained in:
parent
7c30dd7433
commit
bb05c0d9de
1 changed files with 2 additions and 0 deletions
|
|
@ -2,3 +2,5 @@ include LICENSE.txt
|
|||
include README.rst
|
||||
recursive-include tests *
|
||||
recursive-include certbot_nginx/_internal/tls_configs *.conf
|
||||
global-exclude __pycache__
|
||||
global-exclude *.py[cod]
|
||||
|
|
|
|||
Loading…
Reference in a new issue