2020-04-01 04:08:21 +02:00
|
|
|
###############
|
|
|
|
# Directories #
|
|
|
|
###############
|
|
|
|
|
|
|
|
.git/
|
2020-05-03 10:18:28 +02:00
|
|
|
.github/
|
2020-04-26 00:22:45 +02:00
|
|
|
.idea/
|
|
|
|
.vscode/
|
|
|
|
deploy/
|
|
|
|
dist/
|
|
|
|
doc/
|
2020-04-01 04:08:21 +02:00
|
|
|
|
|
|
|
#########
|
|
|
|
# Files #
|
|
|
|
#########
|
|
|
|
|
2020-06-15 12:04:08 +02:00
|
|
|
.gitattributes
|
|
|
|
.gitignore
|
|
|
|
.dockerignore
|
|
|
|
.goreleaser.yml
|
2020-04-01 04:08:21 +02:00
|
|
|
*.out
|
|
|
|
main
|
|
|
|
inetmock
|
2020-06-15 12:04:08 +02:00
|
|
|
imctl
|
2020-04-01 04:08:21 +02:00
|
|
|
README.md
|
2020-04-26 00:22:45 +02:00
|
|
|
LICENSE
|
|
|
|
Dockerfile
|
2020-06-15 12:04:08 +02:00
|
|
|
config.yaml
|