forked from lavanet/lava
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
73 lines (62 loc) · 1.76 KB
/
.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
build/
release/
ts-client/
# Intellij
.idea/
# macOS
.DS_Store
# vscode
.vscode/
# vim
.*.sw?
# Vue
vue/src/store/generated/
vue/node_modules
vue/dist
# Logs and debug
scripts/automation_scripts/automation_results*
testutil/e2e/logs/
testutil/debugging/
# Misc
scripts/vars/
rpcprovider.yml
rpcconsumer.yml
# Lava SDK ignores
ecosystem/lava-sdk/node_modules/*
ecosystem/lava-sdk/src/js/*
ecosystem/lava-sdk/dist/main.js
ecosystem/lava-sdk/thirdparty_protobufs/*
ecosystem/lava-sdk/dist/*
ecosystem/lava-sdk/.dccache
ecosystem/lava-sdk/.idea
ecosystem/lava-sdk/.vscode
ecosystem/lava-sdk/.npmrc
ecosystem/lava-sdk/package-lock.json
ecosystem/lava-sdk/examples/jsonRPC_test.ts
ecosystem/lava-sdk/examples/restAPI_test.ts
ecosystem/lava-sdk/examples/tendermintRPC_test.ts
ecosystem/lava-sdk/examples/tendermintRPC_test2.ts
ecosystem/lava-sdk/examples/jsonRPC_badge_test.ts
ecosystem/lava-sdk/pairingList.json
# ecosystem/lava-sdk/proto/**/*[!.proto] #tried but didnt work
ecosystem/lava-sdk/proto/**/*.yaml
ecosystem/lava-sdk/proto/**/*.bazel
ecosystem/lava-sdk/proto/**/*.bzl
ecosystem/lava-sdk/proto/**/*.md
ecosystem/lava-sdk/proto/**/*.sh
ecosystem/lava-sdk/proto/**/*.json
ecosystem/lava-sdk/proto/**/*.go
# Ignore the bin and dist folders and their content
ecosystem/lava-sdk/bin/examples
ecosystem/lava-sdk/bin/src/badge
ecosystem/lava-sdk/bin/src/codec
ecosystem/lava-sdk/bin/src/config
ecosystem/lava-sdk/bin/src/lavaOverLava
ecosystem/lava-sdk/bin/src/logger
ecosystem/lava-sdk/bin/src/relayer
ecosystem/lava-sdk/bin/src/sdk
ecosystem/lava-sdk/bin/src/types
ecosystem/lava-sdk/bin/src/util
ecosystem/lava-sdk/bin/src/wallet
ecosystem/lava-sdk/dist/*
# But don't ignore the specific folder inside the bin folder