...

Text file src/github.com/sigstore/cosign/v2/.gitignore

Documentation: github.com/sigstore/cosign/v2

     1# Binaries for programs and plugins
     2.DS_STORE
     3*.exe
     4*.exe~
     5*.dll
     6*.so
     7*.dylib
     8
     9# Test binary, built with `go test -c`
    10*.test
    11
    12# Output of the go coverage tool, specifically when used with LiteIDE
    13*.out
    14
    15# Dependency directories (remove the comment below to include it)
    16# vendor/
    17
    18# cosign stuff
    19/cosign*
    20.vscode
    21.idea
    22
    23# fuzzing artifacts
    24*.libfuzzer
    25*fuzz.a
    26
    27bin*
    28dist/
    29cosignImagerefs
    30bundle
    31signature
    32certificate
    33
    34**verify-experimental*

View as plain text