sigs.k8s.io/cluster-api@v1.7.1/.dockerignore (about)

     1  .git
     2  .github
     3  .vscode
     4  bin/
     5  **/*.yaml
     6  hack/
     7  docs/
     8  logos/
     9  scripts/
    10  **/*.md
    11  tilt-settings.json
    12  tilt-settings.yaml
    13  tilt.d/
    14  Tiltfile
    15  **/.tiltbuild
    16  **/config/**/*.yaml
    17  **/config/**/*.yaml-e
    18  _artifacts
    19  Makefile
    20  **/Makefile
    21  
    22  # We need the following yaml files while building clusterctl in the container
    23  !cmd/clusterctl/config/manifest/clusterctl-api.yaml
    24  !cmd/clusterctl/client/cluster/assets/cert-manager-test-resources.yaml
    25  
    26  # ignores changes to test-only code to avoid extra rebuilds
    27  test/e2e/**
    28  test/framework/**
    29  test/infrastructure/docker/e2e/**
    30  
    31  .dockerignore
    32  # We want to ignore any frequently modified files to avoid cache-busting the COPY ./ ./
    33  # Binaries for programs and plugins
    34  **/*.exe
    35  **/*.dll
    36  **/*.so
    37  **/*.dylib
    38  cmd/clusterctl/clusterctl/**
    39  **/bin/**
    40  **/out/**
    41  
    42  # go.work files
    43  go.work
    44  go.work.sum
    45  
    46  # Test binary, build with `go test -c`
    47  **/*.test
    48  
    49  # Output of the go coverage tool, specifically when used with LiteIDE
    50  **/*.out
    51  
    52  # Common editor / temporary files
    53  **/*~
    54  **/*.tmp
    55  **/.DS_Store
    56  **/*.swp