Skip to content

Commit 8e4a09c

Browse files
add .gitignore to go bindings
1 parent 6460f2d commit 8e4a09c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Diff for: .gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#SPDX-License-Identifier: Apache-2.0
2+
.idea
3+
.vscode

Diff for: README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Hyperledger Fabric gRPC and Protocol Buffer Bindings for go
22

3+
IMPORTANT: you should not attempt to make changes to this repository.
4+
It is an assembled representation of the [repository][fabric-protos].
5+
If you want to make changes, you must prepare them for the [repository][fabric-protos]
6+
37
This repository contains the Hyperledger Fabric [grpc] service and [protocol
48
buffer][protobuf] bindings for [go].
59

@@ -25,3 +29,4 @@ Hyperledger Project source code files are made available under the Apache Licens
2529
[go]: https://golang.org/
2630
[grpc]: https://grpc.io/docs/guides/
2731
[protobuf]: https://github.com/protocolbuffers/protobuf/
32+
[fabric-protos]: https://github.com/hyperledger/fabric-protos/

0 commit comments

Comments
 (0)