github.com/ironcore-dev/gardener-extension-provider-ironcore@v0.3.2-0.20240314231816-8336447fb9a0/.dockerignore (about)

     1  # Ignore everything
     2  **
     3  
     4  # Exclude folders relevant for build
     5  !.git
     6  !.dockerignore
     7  !charts/
     8  !cmd/
     9  !docs/
    10  !example/
    11  !hack/
    12  !imagevector/
    13  !pkg/
    14  !test/
    15  !tools/
    16  
    17  !.gitignore
    18  !.golangci.yaml
    19  
    20  !go.mod
    21  !go.sum
    22  
    23  !VERSION
    24  !Makefile