prevent sending dependencies when hiding file names
This commit is contained in:
parent
8b2170d409
commit
e0fa82e2c9
4 changed files with 77 additions and 76 deletions
|
@ -3,4 +3,4 @@ debug = false
|
|||
api_key = 033c47c9-0441-4eb5-8b3f-b51f27b31049
|
||||
hidefilenames =
|
||||
missingfile
|
||||
twolinefile\.txt$
|
||||
python\.py$
|
||||
|
|
6
tests/samples/configs/hide_file_names_not_python.cfg
Normal file
6
tests/samples/configs/hide_file_names_not_python.cfg
Normal file
|
@ -0,0 +1,6 @@
|
|||
[settings]
|
||||
debug = false
|
||||
api_key = 033c47c9-0441-4eb5-8b3f-b51f27b31049
|
||||
hidefilenames =
|
||||
missingfile
|
||||
twolinefile\.txt$
|
Loading…
Add table
Add a link
Reference in a new issue