github.com/rmachuca89/go-lab@v0.0.0-20220225232501-08364e2cef7f/.gitignore (about)

     1  # See also https://github.com/golang-standards/project-layout for common practices
     2  # Binaries for programs and plugins
     3  *.exe
     4  *.exe~
     5  *.dll
     6  *.so
     7  *.dylib
     8  
     9  # Test binary, built with `go test -c`
    10  *.test
    11  
    12  # Output of the go coverage tool, specifically when used with LiteIDE
    13  *.out
    14  
    15  # Dependency directories
    16  vendor/
    17  
    18  # Build output directory
    19  build/