...

Text file src/github.com/grpc-ecosystem/grpc-gateway/.gitignore

Documentation: github.com/grpc-ecosystem/grpc-gateway

     1_output/
     2.idea
     3
     4# Bazel.
     5bazel-bin
     6bazel-genfiles
     7bazel-grpc-gateway
     8bazel-out
     9bazel-testlogs
    10.bazelrc
    11
    12# Go vendor directory
    13vendor
    14
    15# Generated travis files
    16.travis.yml

View as plain text