Created
          July 11, 2022 15:23 
        
      - 
      
- 
        Save GerardoHP/111a1b96ca1117b789903ef6e83fa413 to your computer and use it in GitHub Desktop. 
    .gitignore for golang
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # If you prefer the allow list template instead of the deny list, see community template: | |
| # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore | |
| # | |
| # Binaries for programs and plugins | |
| *.exe | |
| *.exe~ | |
| *.dll | |
| *.so | |
| *.dylib | |
| # Test binary, built with `go test -c` | |
| *.test | |
| # Output of the go coverage tool, specifically when used with LiteIDE | |
| *.out | |
| # Dependency directories (remove the comment below to include it) | |
| # vendor/ | |
| # Go workspace file | |
| go.work | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment