github.com/go-crzy/go-git-http-xfer@v1.4.1-0.20210704194527-d62541d1b6b5/.gitignore (about)

     1  # Intellij idea
     2  .idea/*
     3  *.iml
     4  
     5  # Binaries for programs and plugins
     6  *.exe
     7  *.dll
     8  *.so
     9  *.dylib
    10  
    11  # Test binary, build with `go test -c`
    12  *.test
    13  
    14  # Output of the go coverage tool, specifically when used with LiteIDE
    15  *.out
    16  
    17  # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
    18  .glide/
    19  
    20  vendor/
    21  
    22  *bin