github.com/kubevela/workflow@v0.6.0/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  bin
     8  _bin
     9  e2e/vela
    10  
    11  # Test binary, build with `go test -c`
    12  *.test
    13  
    14  # Output of the go coverage tool, specifically when used with LiteIDE
    15  *.out
    16  coverage.txt
    17  
    18  # Kubernetes Generated files - skip generated files, except for vendored files
    19  
    20  !vendor/**/zz_generated.*
    21  
    22  # editor and IDE paraphernalia
    23  .idea
    24  *.swp
    25  *.swo
    26  *~
    27  .DS_Store
    28  _.yaml
    29  
    30  # Dependency directories (remove the comment below to include it)
    31  vendor/
    32  
    33  # Vscode files
    34  .vscode
    35  .history