github.com/orijtech/structslop@v0.0.9-0.20230520012622-069644583b8b/.gitignore (about)

     1  
     2  # Created by https://www.toptal.com/developers/gitignore/api/go
     3  # Edit at https://www.toptal.com/developers/gitignore?templates=go
     4  
     5  ### Go ###
     6  # Binaries for programs and plugins
     7  *.exe
     8  *.exe~
     9  *.dll
    10  *.so
    11  *.dylib
    12  
    13  # Test binary, built with `go test -c`
    14  *.test
    15  
    16  # Output of the go coverage tool, specifically when used with LiteIDE
    17  *.out
    18  
    19  # Dependency directories (remove the comment below to include it)
    20  # vendor/
    21  
    22  ### Go Patch ###
    23  /vendor/
    24  /Godeps/
    25  
    26  # End of https://www.toptal.com/developers/gitignore/api/go
    27