mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
d742d4fb8c
This commit ditches configargparse and enables the new config file format. The default location is ~/.mitmproxy/config.yaml. Unifying all of the various Options objects will follow in the next patch.
22 lines
173 B
Plaintext
22 lines
173 B
Plaintext
.DS_Store
|
|
MANIFEST
|
|
**/tmp
|
|
/venv*
|
|
*.py[cdo]
|
|
*.swp
|
|
*.swo
|
|
*.egg-info/
|
|
.coverage*
|
|
.idea
|
|
.cache/
|
|
.tox*/
|
|
build/
|
|
|
|
# UI
|
|
|
|
node_modules
|
|
bower_components
|
|
*.map
|
|
sslkeylogfile.log
|
|
.tox/
|