github.com/greenpau/go-authcrunch@v1.1.4/.gitignore (about)

     1  vendor/**
     2  bin/**
     3  .coverage/**
     4  .doc/**
     5  *TODO*
     6  123*
     7  .tmp/**
     8  
     9  # Binaries for programs and plugins
    10  *.exe
    11  *.exe~
    12  *.dll
    13  *.so
    14  *.dylib
    15  
    16  # Test binary, built with `go test -c`
    17  *.test
    18  
    19  # Output of the go coverage tool, specifically when used with LiteIDE
    20  *.out
    21  
    22  # Dependency directories (remove the comment below to include it)
    23  # vendor/