forked from ligato/cn-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
67 lines (63 loc) · 2.23 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
.idea/
glide.lock
examples/bolt-plugin/bolt-plugin
examples/cassandra-lib/cassandra-lib
examples/configs-plugin/configs-plugin
examples/consul-lib/consul-lib
examples/cryptodata-lib/cryptodata-lib
examples/cryptodata-plugin/cryptodata-plugin
examples/cryptodata-proto-plugin/cryptodata-proto-plugin
examples/datasync-plugin/datasync-plugin
examples/etcd-lib/editor/editor
examples/etcd-lib/election/election
examples/etcd-lib/view/view
examples/etcd-lib/watcher/watcher
examples/flags-lib/flags-lib
examples/grpc-plugin/grpc-client/grpc-client
examples/grpc-plugin/grpc-server/grpc-server
examples/kafka-lib/asyncproducer/asyncproducer
examples/kafka-lib/consumer/consumer
examples/kafka-lib/mux/mux
examples/kafka-lib/syncproducer/syncproducer
examples/kafka-plugin/hash-partitioner/hash-partitioner
examples/kafka-plugin/manual-partitioner/manual-partitioner
examples/kafka-plugin/post-init-consumer/post-init-consumer
examples/logs-lib/basic/basic
examples/logs-lib/custom/custom
examples/logs-lib/http/http
examples/logs-plugin/logs-plugin
examples/process-manager-plugin/basic-scenario/basic-scenario
examples/process-manager-plugin/advanced-scenario/advanced-scenario
examples/process-manager-plugin/templates/templates
examples/process-manager-plugin/test-process/test-process
examples/redis-lib/airport/airport-linux
examples/redis-lib/simple/simple-linux
examples/redis-lib/airport/airport
examples/redis-lib/simple/simple
examples/redis-plugin/redis-plugin
examples/simple-agent/simple-agent
examples/statuscheck-plugin/statuscheck-plugin
examples/supervisor-plugin/supervisor-plugin
examples/prometheus-plugin/prometheus-plugin
db/keyval/etcd/examples/phonebook/editor/editor
db/keyval/etcd/examples/phonebook/view/view
db/keyval/etcd/examples/phonebook/watcher/watcher
db/sql/cassandra/examples/simple/simple
logging/logrus/examples/basic/basic
logging/logrus/examples/custom/custom
logging/logrus/examples/http/http
messaging/kafka/examples/asyncproducer/asyncproducer
messaging/kafka/examples/consumer/consumer
messaging/kafka/examples/mux/mux
messaging/kafka/examples/syncproducer/syncproducer
rpc/rest/security/password-hasher/password-hasher
#---------
# eclipse
*.classpath
*.project
*.settings
#---------
# oops...
.gitignore.swp
# exclude vendor
!/vendor/**/*