sigs.k8s.io/cluster-api-provider-azure@v1.14.3/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  bin
     8  
     9  # Test binary, build with `go test -c`
    10  *.test
    11  
    12  # Output of the go coverage tool, specifically when used with LiteIDE
    13  *.out
    14  coverage.*
    15  
    16  # Ansible
    17  *.retry
    18  
    19  # vim
    20  *~
    21  *.swp
    22  
    23  # envfiles
    24  .env
    25  envfile
    26  
    27  # kubeconfigs
    28  kind.kubeconfig
    29  minikube.kubeconfig
    30  kubeconfig
    31  !kubeconfig/
    32  *.kubeconfig
    33  
    34  # ssh keys
    35  .ssh*
    36  
    37  # Example and binary output directory
    38  /out
    39  
    40  # Mdbook build directory
    41  docs/book/bookout
    42  docs/book/src/reference/*.html
    43  
    44  # vscode
    45  .vscode
    46  *.code-workspace
    47  
    48  # goland
    49  .idea
    50  
    51  # Ignore output manifests
    52  config/samples
    53  manager_image_patch.yaml-e
    54  manager_pull_policy.yaml-e
    55  
    56  # Bazel
    57  bazel-*
    58  
    59  # Tilt files.
    60  .tiltbuild
    61  /tilt.d
    62  tilt-settings.json
    63  tilt-settings.yaml
    64  tilt_config.json
    65  
    66  # e2e output
    67  test/e2e/junit.e2e_suite.*.xml
    68  test/e2e/capz-e2e-*.yaml
    69  test/e2e/config/azure-dev-envsubst.yaml
    70  test/e2e/logs/*
    71  _artifacts
    72  
    73  # E2E test templates
    74  test/e2e/data/infrastructure-azure/v1beta1/cluster-template*.yaml
    75  
    76  # boilerplate_test output
    77  hack/boilerplate/__pycache__
    78  hack/boilerplate/*.pyc
    79  
    80  # Helm chart caching
    81  .helm/
    82  
    83  # calico manifests archive
    84  release-*/manifests/calico-*.yaml
    85  
    86  # mentioned in the capz book
    87  /sp.json
    88  /cluster.yaml