github.com/andrewrech/ih-abstract@v0.0.0-20210322142951-2fec1c8d0f38/.gitignore (about)

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