trpc.group/trpc-go/trpc-go@v1.0.3/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  
     8  # Test binary, built with `go test -c`
     9  *.test
    10  
    11  # Output of the go coverage tool, specifically when used with LiteIDE
    12  *.out
    13  
    14  # Editor files
    15  .vscode/
    16  .idea/
    17  
    18  # Temp files
    19  *.log
    20  **/.DS_Store
    21  log/trpc_time.log.*
    22  cover.html
    23  cover.out.tmp
    24  
    25  # Vendor
    26  vendor/
    27  
    28  # Project's binary
    29  examples/helloworld/helloworld
    30  examples/helloworld/helloworld.test