.gitignore 487 B

1234567891011121314
  1. /.cache
  2. /.gocache
  3. /bin
  4. /cmd/protoc-gen-go/protoc-gen-go
  5. /cmd/protoc-gen-go/testdata/go.sum
  6. /cmd/protoc-gen-go-grpc/protoc-gen-go-grpc
  7. /cmd/protoc-gen-go-grpc/testdata/go.sum
  8. /vendor
  9. /internal/fuzz/wire/fuzz-fuzz.zip
  10. # This file includes artifacts of the system test that should not be checked in.
  11. # For files created by specific development environment (e.g. editor),
  12. # use alternative ways to exclude files from git.
  13. # For example, set up .git/info/exclude or use a global .gitignore.