-
Notifications
You must be signed in to change notification settings - Fork 170
/
.gitignore
56 lines (43 loc) · 914 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, built with `go test -c`
*.test
coverage.txt
profile.out
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Script single node data
contrib/scripts/node-data
contrib/scripts/umeemainnet.*
contrib/scripts/cosmos-genesis-tinkerer
contrib/scripts/mainnet_tinkered_genesis.json
contrib/scripts/preprocessing.json
contrib/scripts/proposal.json
contrib/scripts/umeed-releases
# preprocessing can appear from the shell curdir that is cosmos-genesis-tinkerer is running
preprocessing.json
# Dependency directories (remove the comment below to include it)
# vendor/
vue/node_modules
vue/dist
secret.yml
# Build
build
dist/
# OSX
*.DS_Store
# e2e test keychain folder
***/keyring-test
# private files
private*
#IntelliJ
.idea/
#Vscode
.vscode
# Swagger UI
swagger/statik/statik.go
swagger/swagger-ui