forked from hyperledger-archives/fabric-chaincode-evm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
53 lines (52 loc) · 852 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#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
/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
# ginkgo auto generated coverage reports
*.coverprofile
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
# Node artifacts from installing web3 for integration tests
node_modules
package-lock.json