github.com/databricks/cli@v0.203.0/.gitignore (about)

     1  .DS_Store
     2  
     3  # Binaries for programs and plugins
     4  *.exe
     5  *.exe~
     6  *.dll
     7  *.so
     8  *.dylib
     9  cli
    10  
    11  # Test binary, built with `go test -c`
    12  *.test
    13  
    14  # Output of the go coverage tool, specifically when used with LiteIDE
    15  *.out
    16  
    17  # Dependency directories (remove the comment below to include it)
    18  vendor/
    19  dist/
    20  
    21  *.log
    22  coverage.txt
    23  
    24  __pycache__
    25  *.pyc
    26  
    27  .terraform
    28  .terraform.lock.hcl
    29  
    30  .vscode/launch.json