-
Notifications
You must be signed in to change notification settings - Fork 135
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (36 loc) · 772 Bytes
/
.gitignore
File metadata and controls
40 lines (36 loc) · 772 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
*.exe
*.dll
*.so
*.dylib
main
*.test
*.out
.glide/
*/config/secrets/*
secrets
*-workspace
.idea
.DS_Store
ibm_single_deploy.sh
.zos.session
.vscode/
bin/
pkg/mod
node_modules/
package-lock.json
cmd/blockchain/ethereum/diaCoingeckoOracleService/diaCoingeckoOracleService
cmd/blockchain/ethereum/oracleService/oracleService
cmd/defiscraper/defiscraper
cmd/exchange-scrapers/collector/collector
cmd/exchange-scrapers/ecb/ecb
cmd/http/restServer/restServer
cmd/ratescrapers/ratescrapers
cmd/services/cviService/cviService
cmd/services/graphService/graphService
cmd/services/itinService/itinService
cmd/services/pairDiscoveryService/pairDiscoveryService
cmd/services/supplyService/supplyService
vendor/
scripts/bifrost/node_modules
scripts/bifrost/yarn.lock
.testenv.local