github.com/nextlinux/gosbom@v0.81.1-0.20230627115839-1ff50c281391/.gitignore (about)

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