Peter Kurfer
d89ab3a576
- introduce CLI binary - move server binary to subdirectory to have a uniformed directory structure - update goreleaser to build all binaries and create dist packages - update ignore files accordingly
26 lines
215 B
Text
26 lines
215 B
Text
###############
|
|
# Directories #
|
|
###############
|
|
|
|
.git/
|
|
.github/
|
|
.idea/
|
|
.vscode/
|
|
api/
|
|
deploy/
|
|
dist/
|
|
doc/
|
|
|
|
#########
|
|
# Files #
|
|
#########
|
|
|
|
*.so
|
|
*.out
|
|
main
|
|
inetmock
|
|
README.md
|
|
LICENSE
|
|
.dockerignore
|
|
.gitignore
|
|
Dockerfile
|