github.com/hrntknr/ntf@v1.0.2-0.20220725163249-d52a7861d93d/.gitignore (about)

     1  /ntf
     2  
     3  # If you prefer the allow list template instead of the deny list, see community template:
     4  # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
     5  #
     6  # Binaries for programs and plugins
     7  *.exe
     8  *.exe~
     9  *.dll
    10  *.so
    11  *.dylib
    12  
    13  # Test binary, built with `go test -c`
    14  *.test
    15  
    16  # Output of the go coverage tool, specifically when used with LiteIDE
    17  *.out
    18  
    19  # Dependency directories (remove the comment below to include it)
    20  # vendor/
    21  
    22  # Go workspace file
    23  go.work