Skip to content

Commit

Permalink
add .gitignore to go bindings
Browse files Browse the repository at this point in the history
Signed-off-by: Fedor Partanskiy <[email protected]>
  • Loading branch information
pfi79 authored and denyeart committed Dec 4, 2024
1 parent 8e482ea commit d5db3dc
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bindings/go-apiv1/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#SPDX-License-Identifier: Apache-2.0
.idea
.vscode
5 changes: 5 additions & 0 deletions bindings/go-apiv1/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Hyperledger Fabric gRPC and Protocol Buffer Bindings for go

IMPORTANT: you should not attempt to make changes to this repository.
It is an assembled representation of the [repository][fabric-protos].
If you want to make changes, you must prepare them for the [repository][fabric-protos]

This repository contains the Hyperledger Fabric [grpc] service and [protocol
buffer][protobuf] bindings for [go].

Expand Down Expand Up @@ -27,3 +31,4 @@ Hyperledger Project source code files are made available under the Apache Licens
[protobuf]: https://github.com/protocolbuffers/protobuf/
[rocketchat-image]: https://open.rocket.chat/images/join-chat.svg
[rocketchat-url]: https://chat.hyperledger.org/channel/fabric
[fabric-protos]: https://github.com/hyperledger/fabric-protos/
3 changes: 3 additions & 0 deletions bindings/go-apiv2/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#SPDX-License-Identifier: Apache-2.0
.idea
.vscode
5 changes: 5 additions & 0 deletions bindings/go-apiv2/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Hyperledger Fabric gRPC and Protocol Buffer Bindings for go

IMPORTANT: you should not attempt to make changes to this repository.
It is an assembled representation of the [repository][fabric-protos].
If you want to make changes, you must prepare them for the [repository][fabric-protos]

This repository contains the Hyperledger Fabric [grpc] service and [protocol
buffer][protobuf] bindings for [go].

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

0 comments on commit d5db3dc

Please sign in to comment.