mirror of
https://github.com/netinvent/npbackup.git
synced 2026-02-19 00:35:34 +08:00
Add more PRIVATE directory context
This commit is contained in:
parent
215c01d104
commit
907a3ce616
1 changed files with 8 additions and 0 deletions
|
|
@ -3,3 +3,11 @@
|
|||
|
||||
# Placeholder to remind this directory should not become a package
|
||||
# In order to avoid bundling it with the main package as wheel / bdist
|
||||
|
||||
# THIS DIRECTORY MAY CONTAIN OVERRIDE FILES
|
||||
#
|
||||
#
|
||||
# `_private_secret_keys.py` here will override secret_keys.py
|
||||
# `_obfuscation.py` here will override obfuscation.py
|
||||
#
|
||||
# If these files exist, build type will become "private" instead of "public"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue