github.com/kastenhq/syft@v0.0.0-20230821225854-0710af25cdbe/.gitignore (about)

     1  go.work
     2  go.work.sum
     3  /bin
     4  /.bin
     5  /build
     6  CHANGELOG.md
     7  VERSION
     8  /test/results
     9  /dist
    10  /snapshot
    11  .server/
    12  .vscode/
    13  .history/
    14  *.fingerprint
    15  *.tar
    16  *.jar
    17  *.war
    18  *.ear
    19  *.jpi
    20  *.hpi
    21  *.zip
    22  .idea/
    23  *.iml
    24  *.log
    25  .images
    26  .tmp/
    27  coverage.txt
    28  bin/
    29  
    30  # Binaries for programs and plugins
    31  *.exe
    32  *.exe~
    33  *.dll
    34  *.so
    35  *.dylib
    36  
    37  # Test binary, build with `go test -c`
    38  *.test
    39  
    40  # Output of the go coverage tool, specifically when used with LiteIDE
    41  *.out
    42  
    43  # macOS Finder metadata
    44  .DS_STORE
    45  
    46  *.profile
    47  
    48  # attestation
    49  cosign.key
    50  cosign.pub