Files
Go.Rig-Operator/deploy/k8s-provisioner/.dockerignore
2026-01-15 09:58:01 +00:00

12 lines
266 B
Plaintext

# More info: https://docs.docker.com/engine/reference/builder/#dockerignore-file
# Ignore everything by default and re-include only needed files
**
# Re-include Go source files (but not *_test.go)
!**/*.go
**/*_test.go
# Re-include Go module files
!go.mod
!go.sum