forked from hyperledger/fabric-chaincode-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (32 loc) · 632 Bytes
/
.gitignore
File metadata and controls
38 lines (32 loc) · 632 Bytes
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
coverage
node_modules
**/node_modules/*
npm-debug.log
.DS_Store
test/.DS_Store
# ignore vscode config
.vscode
# ignore webstorm config
.idea
yarn.lock
.nyc_output
**/typescript/*.js
**/typescript/*.js.map
fabric*.tgz
libraries/fabric-ledger/lib
# Crypto material
tools/toolchain/network/crypto-material/*.block
tools/toolchain/network/crypto-material/*.tx
tools/toolchain/network/crypto-material/crypto-config
tools/toolchain/network/crypto-material/core.yaml
# Rush files
common/temp/**
**/.rush/temp/**
**/*.build.error.log
**/*.build.log
package-deps.json
test-results.xml
docker.log
# jsdoc output
docs/gen
fabric-samples