1 Star 0 Fork 26

开源中国 / fabric

forked from suyun / hyperledger_fabric 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 800 Bytes
一键复制 编辑 原始数据 按行查看 历史
suyun 提交于 2020-06-19 14:28 . add gm support
#SPDX-License-Identifier: Apache-2.0
# Local build binaries
node-cli/node-cli
*.pyc
/bin
docs/build/*
examples/e2e_cli/docker-compose-e2e.yamlt
.idea
*.iml
.DS_Store
tags
.tags
.vagrant/
/.build
build/
/release/darwin-amd64
/release/linux-amd64
/release/linux-s390x
/release/linux-ppc64le
/release/windows-amd64
# Emacs backup files
*~
*#
.#*
# Vim file artifacts
.*.sw*
# Makefile dummy artifacts
.*-dummy
# log files
*.log
# code coverage
*.cov
go-carpet-coverage*
# Test result xml files
report.xml
results.xml
TESTS*.xml
.settings
.project
.gradle
bin/
examples/e2e_cli/channel-artifacts/*.tx
examples/e2e_cli/channel-artifacts/*.block
examples/e2e_cli/crypto-config/*
# tox
.tox/
# vscode settings
.vscode
maven_data.xml
examples/data_solo/channel-artifacts/
examples/data_solo/crypto-config/
1
https://gitee.com/linux-firewall/fabric.git
git@gitee.com:linux-firewall/fabric.git
linux-firewall
fabric
fabric
v1.4.6-gm

搜索帮助