github.com/oam-dev/cluster-gateway@v1.9.0/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  bin
     8  
     9  # Test binary, build with `go test -c`
    10  *.test
    11  
    12  # Output of the go coverage tool, specifically when used with LiteIDE
    13  *.out
    14  
    15  # Kubernetes Generated files - skip generated files, except for vendored files
    16  
    17  !vendor/**/zz_generated.*
    18  
    19  # editor and IDE paraphernalia
    20  .idea
    21  *.swp
    22  *.swo
    23  *~
    24  apiserver.local.config/**
    25  
    26  config/crd/**
    27  kubeconfig
    28  default.etcd/**
    29  
    30  *.tgz
    31  index.yaml
    32  *.test