headscale-operator/.dockerignore

13 lines
233 B
Plaintext
Raw Permalink Normal View History

2022-05-31 01:14:39 +00:00
# More info: https://docs.docker.com/engine/reference/builder/#dockerignore-file
# Ignore build and test binaries.
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
bin/
testbin/
Dockerfile
Makefile
*.md