zotregistry.io/zot@v1.4.4-0.20231124084042-02a8ed785457/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  
     8  # Test binary, build with `go test -c`
     9  *.test
    10  
    11  # Output of the go coverage tool, specifically when used with LiteIDE
    12  *.out
    13  
    14  # Output of the UI build
    15  pkg/extensions/build/
    16  
    17  # Tooling used for blackbox testing
    18  hack/
    19  .stacker/
    20  oci/
    21  !pkg/meta/proto/oci
    22  roots/
    23  bin/
    24  bazel-*
    25  coverage*.txt
    26  test/data/
    27  *.orig
    28  .idea/
    29  coverage.html
    30  tags
    31  vendor/
    32  .vscode/
    33  examples/config-sync-localhost.json
    34  node_modules