github.com/deemoprobe/k8s-first-commit@v0.0.0-20230430165612-a541f1982be3/.gitignore (about)

     1  # OSX leaves these everywhere on SMB shares
     2  ._*
     3  
     4  # Eclipse files
     5  .classpath
     6  .project
     7  .settings/**
     8  
     9  # This is where the result of the go build goes
    10  /target/**
    11  /target
    12  
    13  # This is where we stage releases
    14  /release/**
    15  
    16  # Emacs save files
    17  *~