github.com/hyperledger/fabric-ca@v2.0.0-alpha.0.20201120210307-7b4f34729db1+incompatible/.gitignore (about) 1 # SPDX-License-Identifier: Apache-2.0 2 .#* 3 *~ 4 *# 5 .DS_Store 6 .idea 7 *.csr 8 *.der 9 /bin 10 /build 11 /release 12 coverage.xml 13 fabric-ca-server-config.yaml 14 profile.cov 15 report.xml 16 results.txt 17 testdata/ec_cert.pem 18 testdata/fabric*ca.db 19 testdata/fabric-ca-cert.pem 20 testdata/fabric-ca-key.pem 21 testdata/initFabricCaFvt.json 22 testdata/openssl.cnf.base.this 23 testdata/runFabricCaFvt.json 24 vendor/github.com/cloudflare/cfssl/vendor/github.com/cloudflare/cfssl_trust/ca-bundle/http:*.crt 25 .tox/ 26 .vscode