headscale-operator/.dockerignore
Guilhem Lettron 8f064a2890 Initial Commit 🎉
2022-06-23 16:15:33 +02:00

13 lines
233 B
Plaintext

# 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