constellation/.dockerignore
2022-04-19 17:10:30 +02:00

31 lines
381 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
#ignore build files
/build
admin.conf
coordinatorConfig.json
coordinator-*
/image
# Dockerfiles
Dockerfile
Dockerfile.*
# GitHub actions
.github
# VS Code configuration folder
.vscode