forked from knative-extensions/eventing-kafka-broker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
50 lines (38 loc) · 1 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
data-plane/**/target
data-plane/**/dependency-reduced-pom.xml
### STS ###
data-plane/**/.apt_generated
data-plane/**/.classpath
data-plane/**/.factorypath
data-plane/**/.project
data-plane/**/.settings
### IntelliJ IDEA ###
**/.idea
**/*.iws
**/*.iml
**/*.ipr
### NetBeans ###
data-plane/**/nbproject/private/
data-plane/**/nbbuild/
data-plane/**/dist/
data-plane/**/nbdist/
data-plane/**/.nb-gradle/
data-plane/**/build/
### VS Code ###
**/.vscode/
## Ignore released file
/eventing-kafka-controller.yaml
/eventing-kafka-source.yaml
/eventing-kafka-broker.yaml
/eventing-kafka-channel.yaml
/eventing-kafka-sink.yaml
/eventing-kafka-post-install.yaml
/eventing-kafka-controller-prometheus-operator.yaml
/eventing-kafka-source-prometheus-operator.yaml
/eventing-kafka-channel-prometheus-operator.yaml
/eventing-kafka-broker-prometheus-operator.yaml
/eventing-kafka-sink-prometheus-operator.yaml
/eventing-kafka-source-bundle.yaml
/eventing-kafka-tls-networking.yaml
## Ignore benchmark outputs
data-plane/**/*.out.txt