github.com/zchee/zap-cloudlogging@v0.0.0-20220819025602-19b026d3900e/.gitignore (about)

     1  # zap-cloudlogging project generated files to ignore
     2  #  if you want to ignore files created by your editor/tools,
     3  #  please consider a global .gitignore https://help.github.com/articles/ignoring-files
     4  #  please do not open a pull request to add something created by your editor or tools
     5  
     6  # github/gitignore/Go
     7  # If you prefer the allow list template instead of the deny list, see community template:
     8  # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
     9  #
    10  # Binaries for programs and plugins
    11  *.exe
    12  *.exe~
    13  *.dll
    14  *.so
    15  *.dylib
    16  
    17  # Test binary, built with `go test -c`
    18  *.test
    19  
    20  # Output of the go coverage tool, specifically when used with LiteIDE
    21  *.out
    22  
    23  # Dependency directories
    24  vendor/
    25  
    26  # Go workspace file
    27  go.work
    28  
    29  # Compiled Object files, Static and Dynamic libs (Shared Objects)
    30  *.o
    31  *.a
    32  
    33  # Folders
    34  _obj
    35  _test
    36  
    37  # Architecture specific extensions/prefixes
    38  *.[568vq]
    39  [568vq].out
    40  
    41  # cgo generated
    42  *.cgo1.go
    43  *.cgo2.c
    44  _cgo_defun.c
    45  _cgo_gotypes.go
    46  _cgo_export.*
    47  
    48  # test generated
    49  _testmain.go
    50  
    51  # benchmark
    52  old.txt
    53  new.txt
    54  bench.txt
    55  
    56  # profile
    57  *.pprof
    58  
    59  # coverage
    60  coverage.out
    61  
    62  # binaries
    63  tools/bin/