github.com/caos/orbos@v1.5.14-0.20221103111702-e6cd0cea7ad4/.gitignore (about)

     1  *node_modules
     2  *secrets.y*ml
     3  *kubeconfig
     4  .vscode
     5  .idea
     6  /artifacts
     7  /*.go
     8  sandbox*
     9  
    10  # Binaries for programs and plugins
    11  *.exe
    12  *.exe~
    13  *.dll
    14  *.so
    15  *.dylib
    16  /orbctl
    17  
    18  # Test binary, built with `go test -c`
    19  *.test
    20  
    21  # Output of the go coverage tool, specifically when used with LiteIDE
    22  *.out
    23  
    24  # cypress results and videos
    25  cypress/results
    26  cypress/videos
    27  
    28  /local