sigs.k8s.io/kubebuilder/v3@v3.14.0/.gitignore (about)

     1  .idea/
     2  .vscode/
     3  WORKSPACE
     4  # don't check in the build output of the book
     5  docs/book/book/
     6  
     7  # ignore auto-generated dir by `mdbook serve`
     8  docs/book/src/docs
     9  
    10  # Editor temp files
    11  *~
    12  \#*#
    13  *.swp
    14  
    15  # Skip bazel dirs
    16  /bazel-*
    17  
    18  # skip bin dirs
    19  **/bin
    20  **/testbin
    21  
    22  # skip .out files (coverage tests)
    23  *.out
    24  
    25  # skip testdata go.sum, since it may have
    26  # different result depending on go version
    27  /testdata/**/go.sum
    28  /docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1/bin