github.com/kcmvp/gob@v1.0.17/.gitignore (about)

     1  ### Go template
     2  # If you prefer the allow list template instead of the deny list, see community template:
     3  # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
     4  #
     5  # Binaries for programs and plugins
     6  *.exe
     7  *.exe~
     8  *.dll
     9  *.so
    10  *.dylib
    11  
    12  # Test binary, built with `go test -c`
    13  *.test
    14  
    15  # Output of the go coverage tool, specifically when used with LiteIDE
    16  
    17  # Dependency directories (remove the comment below to include it)
    18  # vendor/
    19  
    20  # Go workspace file
    21  go.work
    22  .idea
    23  gob
    24  11.json
    25  target