get.porter.sh/porter@v1.3.0/.gitignore (about)

     1  /docs/public/
     2  /docs/content/operator
     3  /docs/sources/operator
     4  /docs/.hugo_build.lock
     5  /docs/resources/_gen/assets/scss/*
     6  /bin
     7  /porter
     8  .DS_Store
     9  /build/git_askpass.sh
    10  tests/smoke/mybuns/
    11  .env
    12  trivy-results.sarif
    13  
    14  .cnab
    15  examples/**/Dockerfile
    16  
    17  .vscode
    18  *.code-workspace
    19  .idea
    20  kind.config
    21  grpc-porter-tls.crt
    22  grpc-porter-tls.key
    23  grpc-porter.csr
    24  .grpcurl/
    25  config.yaml
    26  
    27  # Output of the go coverage tool
    28  coverage-unit.out
    29  coverage-integration.out