github.com/kubeshop/testkube@v1.17.23/.gitignore (about)

     1  ### Go template
     2  # Binaries for programs and plugins
     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  testCoverage.html
    15  unit-tests.xml
    16  unit-tests.json
    17  integration-tests.xml
    18  integration-tests.json
    19  
    20  # Dependency directories (remove the comment below to include it)
    21  vendor/
    22  
    23  # Node modulesz
    24  **/node_modules
    25  
    26  ### JetBrains
    27  .idea
    28  *.iml
    29  
    30  # Helm
    31  Chart.lock
    32  
    33  .DS_Store
    34  bin/
    35  site
    36  
    37  /artifacts
    38  movie.mp4
    39  /tmp
    40  /linux
    41  /windows
    42  /darwin
    43  /dist
    44  .vscode