github.com/yuk1ty/readygo@v0.2.1-0.20220502041311-7a0cf7a1a1aa/.gitignore (about)

     1  ### https://raw.github.com/github/gitignore/994f99fc353f523dfe5633067805a1dd4a53040f/Go.gitignore
     2  
     3  # Binaries for programs and plugins
     4  *.exe
     5  *.exe~
     6  *.dll
     7  *.so
     8  *.dylib
     9  
    10  # Test binary, built with `go test -c`
    11  *.test
    12  
    13  # Output of the go coverage tool, specifically when used with LiteIDE
    14  *.out
    15  
    16  # Dependency directories (remove the comment below to include it)
    17  # vendor/
    18  
    19  .vscode
    20  .idea