Peter Kurfer
7c2a41ad25
- apply changes in proxy plugin and TLS interceptor - add HTTPS proxy support - move ca-generation command to main app - minor refactoring to improve API stability - move mocks to extra packages to avoid cycling imports - fix bug in multi-port configuration - change HTTP proxy to redirect to HTTP mock instead of maintaining custom rules
24 lines
201 B
Text
24 lines
201 B
Text
###############
|
|
# Directories #
|
|
###############
|
|
|
|
.git/
|
|
.idea/
|
|
.vscode/
|
|
deploy/
|
|
dist/
|
|
doc/
|
|
|
|
#########
|
|
# Files #
|
|
#########
|
|
|
|
*.so
|
|
*.out
|
|
main
|
|
inetmock
|
|
README.md
|
|
LICENSE
|
|
.dockerignore
|
|
.gitignore
|
|
Dockerfile
|