Files
gardener-extension-shoot-fl…/.dockerignore
2021-01-28 17:37:47 +01:00

23 lines
196 B
Plaintext

# Ignore everything
**
# Exclude folders relevant for build
!charts/
!cmd/
!docs/
!example/
!hack/
!pkg/
!test/
!tools/
!vendor/
!.gitignore
!.golangci.yaml
!go.mod
!go.sum
!VERSION
!Makefile