forked from appliedblockchain/k0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
36 lines (36 loc) · 996 Bytes
/
.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
*.pyc
.DS_Store
.idea
.vscode
/cpp/build
/cpp/cmake-build-debug
/cpp/cmake-build-debug-remote
/cpp/cmake-build-debug-remote-host
/cpp/depends
/data
/go/chaincode/cash/cash
/go/chaincode/cash/bin/cash
/js/alice.secrets.json
/js/bob.secrets.json
/js/carol.secrets.json
/js/demo/*.secrets.json
/js/demo/addresses.json
/js/demo/artefacts.json
/js/demo/fabric/*.secrets.json
/js/demo/fabric/addresses.json
/js/demo/fabric/artefacts.json
/js/demo/fabric/mnemonics.json
/js/demo/fabric/public-keys.json
/js/demo/mnemonics.json
/js/demo/public-keys.json
/js/node_modules
/js/package-lock.json
/js/packages/*/node_modules
/js/packages/*/package-lock.json
/js/public-keys.json
/js/packages/k0-integration-tests-fabric/devnetwork/*peer/data
/js/packages/k0-integration-tests-fabric/devnetwork/artefacts
/js/packages/k0-integration-tests-fabric/devnetwork/crypto-config
/js/packages/k0-integration-tests-fabric/network/artefacts
/js/packages/k0-integration-tests-fabric/network/crypto-config
local-notes.txt