constellation/.dockerignore

33 lines
421 B
Plaintext
Raw Normal View History

# 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
2022-11-21 15:36:32 +00:00
# ignore build files
build
admin.conf
bootstrapper-*
go.work
go.work.sum
2022-11-21 15:36:32 +00:00
image
# Dockerfiles
Dockerfile
Dockerfile.*
# VS Code configuration folder
.vscode
2022-06-08 07:46:14 +00:00
# Go work files should not be used during build
go.work
go.work.sum