code.vegaprotocol.io/vega@v0.79.0/.gitignore (about) 1 # Vega specific entries 2 3 # Exclude platforms and tools related files 4 .DS_Store 5 .envrc 6 .idea/ 7 .vscode/**/* 8 .vscode/launch.json 9 10 # Exclude binaries 11 build/ 12 bin/ 13 *.exe 14 15 #vega 16 cmd/vegawallet/vegawallet* 17 cmd/vegabenchmark/vegabenchmark* 18 cmd/examples/nullchain/nullchain* 19 cmd/data-node/__debug_bin 20 cmd/vega/__debug_bin 21 data-node-amd64 22 vega-amd64 23 vegawallet-amd64 24 vega-arm64 25 vega-linux 26 vega-v*-arm64 27 vega-v*-linux 28 visor-arm64 29 #cmd/*/*-dbg 30 31 # Exclude files related to tests 32 integration.test 33 .testCoverage.html 34 .testCoverage.txt 35 *.tmp 36 tmp/ 37 38 # Exclude files related to proto 39 proto/*-re 40 proto/**.orig 41 *.pb.go-re 42 gomock_reflect_* 43 protos/generated/ 44 protos/swagger/ 45 46 # Exclude other random 47 data/ 48 !protos/sources/vega/data/ 49 !protos/vega/data/ 50 *.iws 51 .mypy_cache 52 *.log 53 *.patch 54 .metals