-
Notifications
You must be signed in to change notification settings - Fork 172
/
.gitignore
76 lines (67 loc) · 1.04 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
74
75
76
build/bundles
*.log*
.vscode
.idea
.test
.out
!./.gitignore
IMAGEBUILD/
coverage.txt
.DS_Store
logs/
*.swp
/layotto
/cover.out
vendor/
demo/state/redis/client
_output/
# node
node_modules/
# Java
target/
*.class
.DS_Store
application.pid
*.jar
*.war
*.ear
# Eclipse
.classpath
.project
.settings
# Idea
.idea
*.iml
# git
*.orig
# integrate test
integrate_test.sh
# production of make script
goimports
# production of quickstart testing
cmd/layotto/layotto
cmd/layotto/nohup.out
cmd/layotto_multiple_api/layotto
cmd/layotto_multiple_api/nohup.out
default.etcd/
demo/configuration/common/client
demo/file/client
demo/oss/client
demo/flowcontrol/client
demo/lock/redis/client
demo/pubsub/redis/client/publisher
demo/pubsub/redis/server/nohup.out
demo/pubsub/redis/server/subscriber
demo/sequencer/common/client
demo/state/common/client
etc/script/mdx
etcd
layotto_wasmer
layotto_wasmtime
nohup.out
/demo/lock/common/client
/demo/secret/common/client
/demo/pubsub/client/publisher
/demo/pubsub/server/subscriber
# production of dead link checker
/result.txt