-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitignore
55 lines (47 loc) · 958 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
54
55
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
*.*.swp
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Gopath
/vendor
# VS Code
.history
# GoLand
.idea
# Protobuf generated
/types/zb/zb_calls/ZbCalls.cs
/types/zb/zb_calls/zb_calls.pb.go
/types/zb/zb_data/ZbData.cs
/types/zb/zb_data/zb_data.pb.go
/types/zb/zb_enums/ZbEnums.cs
/types/zb/zb_enums/zb_enums.pb.go
/types/zb/zb_custombase/ZbCustombase.cs
/types/zb/zb_custombase/zb_custombase.pb.go
/types/nullable/nullable_pb/nullable.pb.go
/types/nullable/nullable_pb/Nullable.cs
/types/nullable/nullable_test_pb/nullable_test.pb.go
/types/oracle/oracle.pb.go
# App specific
/app.db
/evm.db
/receipts_db
/chaindata
/contracts
*.log
/bin
protoc-gen-gogo
abigen
genesis.json
loom
replays/*
!replays/.gitkeep
tools/replay_logger/replays/*
dev-scripts/config.toml
dev-scripts/purchaseGatewayPrivateKeyHex.txt