-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (48 loc) · 767 Bytes
/
Copy path.gitignore
File metadata and controls
54 lines (48 loc) · 767 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Vega specific entries
# Exclude platforms and tools related files
.DS_Store
.envrc
.idea/
.vscode/**/*
.vscode/launch.json
# Exclude binaries
build/
bin/
*.exe
#vega
cmd/vegawallet/vegawallet*
cmd/vegabenchmark/vegabenchmark*
cmd/examples/nullchain/nullchain*
cmd/data-node/__debug_bin
cmd/vega/__debug_bin
data-node-amd64
vega-amd64
vegawallet-amd64
vega-arm64
vega-linux
vega-v*-arm64
vega-v*-linux
visor-arm64
#cmd/*/*-dbg
# Exclude files related to tests
integration.test
.testCoverage.html
.testCoverage.txt
*.tmp
tmp/
# Exclude files related to proto
proto/*-re
proto/**.orig
*.pb.go-re
gomock_reflect_*
protos/generated/
protos/swagger/
# Exclude other random
data/
!protos/sources/vega/data/
!protos/vega/data/
*.iws
.mypy_cache
*.log
*.patch
.metals