Peter Kurfer
d70ba748f5
- merge packages to get a more concise layout because plugins are no more and therefore there's not a lot to be exported - fix test logger - rework config parsing to be easier and more transparent - remove unnecessary APIs because dynamic endpoint handling is rather a won't implement
26 lines
No EOL
229 B
Text
26 lines
No EOL
229 B
Text
#########
|
|
# files #
|
|
#########
|
|
|
|
**/cov.out
|
|
**/cov-raw.out
|
|
**/*.so
|
|
*.key
|
|
*.pem
|
|
/inetmock
|
|
/imctl
|
|
./main
|
|
**/*.mock.go
|
|
**/*_enum.go
|
|
**/*.pb.go
|
|
|
|
###############
|
|
# directories #
|
|
###############
|
|
|
|
.idea/
|
|
.vscode/
|
|
dist/
|
|
out/
|
|
.task/
|
|
public/ |