forked from strimzi/strimzi-kafka-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
62 lines (47 loc) · 1.22 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
# Maven build targets
target/
# Maven release files
*.releaseBackup
release.properties
# Eclipse specific
.project
.settings/
.prefs
.classpath
.apt_generated/
.apt_generated_tests/
# IntelliJ IDEA specific
.idea/
*.iml
# VS Code
.factorypath
.vscode
# Velocity.log
velocity.log
# Generated docs
documentation/html/**
documentation/pdf/**
documentation/htmlnoheader/**
documentation/**/build/**
master.html
helm-charts/helm3/strimzi-kafka-operator-*.*.*.tgz
packaging/helm-charts/helm3/strimzi-kafka-operator-*.*.*.tgz
tools/olm-bundle/bundle
docker-images/artifacts/binaries
docker-images/container-archives
docker-images/kafka-based/kafka/.*.tmp
docker-images/kafka-based/kafka/tmp/**
docker-images/operator/.*.tmp
docker-images/operator/tmp/**
# Connect plugin (tests)
systemtest/*.tar.gz
systemtest/my-plugins/
systemtest/scripts/results.json
# MacOS Desktop Services Store files
**/.DS_Store
# Hacking directory with different script utilities and more complex YAML examples used by developers for development and testing
/hacking/
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Cluster operator config models
**/cluster-operator/src/main/resources/kafka-*-config-model.json