github.com/noqcks/syft@v0.0.0-20230920222752-a9e2c4e288e5/.gitignore (about)

     1  # local development tailoring
     2  go.work
     3  go.work.sum
     4  .tool-versions
     5  
     6  # app configuration
     7  /.syft.yaml
     8  
     9  # tool and bin directories
    10  .tmp/
    11  bin/
    12  /bin
    13  /.bin
    14  /build
    15  /dist
    16  /snapshot
    17  
    18  # changelog generation
    19  CHANGELOG.md
    20  VERSION
    21  
    22  # IDE configuration
    23  .vscode/
    24  .idea/
    25  .server/
    26  .history/
    27  
    28  # test related
    29  *.fingerprint
    30  /test/results
    31  coverage.txt
    32  *.log
    33  
    34  # probable archives
    35  .images
    36  *.tar
    37  *.jar
    38  *.war
    39  *.ear
    40  *.jpi
    41  *.hpi
    42  *.zip
    43  *.iml
    44  
    45  # Binaries for programs and plugins
    46  *.exe
    47  *.exe~
    48  *.dll
    49  *.so
    50  *.dylib
    51  
    52  # Test binary, build with `go test -c`
    53  *.test
    54  
    55  # Output of the go coverage tool, specifically when used with LiteIDE
    56  *.out
    57  
    58  # macOS Finder metadata
    59  .DS_STORE
    60  
    61  *.profile
    62  
    63  # attestation
    64  cosign.key
    65  cosign.pub