forked from hyperledger/fabric-sdk-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (53 loc) · 1.26 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Copyright IBM Corp. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
#general
coverage
docs/gen
node_modules
npm-shrinkwrap.json
npm-debug.log
yarn.lock
tmp
.project
.DS_Store
.vscode
.idea
.nyc_output/*
*.csv
*.heapsnapshot
.scannerwork/*
sonar-project.properties
#test files
test/temp/**
!test/temp/.noignore
# - crypto material
test/fixtures/crypto-material/crypto-config/
test/fixtures/crypto-material/channel-config/
test/fixtures/crypto-material/config-base/twoorgs.genesis.block
test/fixtures/fabricca/enroll*.*
test/fixtures/fabricca/test*.*
# - ts:scenario crypto material
test/ts-fixtures/crypto-material/crypto-config/
test/ts-fixtures/crypto-material/channel-config/
test/ts-fixtures/crypto-material/config-base/twoorgs.genesis.block
# - generated typescript files
test/typescript/**/*.js
test/typescript/**/*.js.map
#fabric-ca-client
fabric-ca-client/.DS_Store
fabric-ca-client/node_modules/*
fabric-ca-client/.nyc_output
#fabric network items
fabric-network/.DS_Store
fabric-network/node_modules/*
fabric-network/.nyc_output
fabric-network/_*
fabric-network/e2e
fabric-network/OUTSTA*
fabric-network/lib/*
#fabric common items
fabric-common/node_modules/*
fabric-common/.nyc_output
#fabric protos items
fabric-protos/node_modules/*
fabric-protos/.nyc_output