github.com/confluentinc/cli@v1.100.0/.gitignore (about)

     1  bin/
     2  dist/
     3  legal/
     4  
     5  # We auto-publish these to github.com/confluentinc/docs via CI and don't want them stored in this repo
     6  docs/**/*.rst
     7  
     8  .semaphore-cache/
     9  git-setup-semaphore.sh
    10  
    11  # Binaries for programs
    12  *.exe
    13  *.dll
    14  *.so
    15  *.dylib
    16  .idea
    17  
    18  # Test binary, build with `go test -c`
    19  *.test
    20  
    21  # Output of the go coverage tool, specifically when used with LiteIDE
    22  *.out
    23  
    24  # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
    25  vendor/*
    26  !vendor/vendor.json
    27  
    28  # Terraform stuff
    29  *.tfstate*
    30  terraform.d
    31  .terraform/
    32  .netrc
    33  
    34  coverage.txt
    35  ccloud_test
    36  confluent_test
    37  integ_coverage.txt
    38  unit_coverage.txt
    39  /ccloud
    40  *.sw*
    41  .vscode
    42  **/*.DS_Store