forked from strimzi/strimzi-kafka-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
50 lines (38 loc) · 869 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
# Maven build targets
**/target/*
# Maven release files
*.releaseBackup
release.properties
# Eclipse specific
**/.project
**/.settings/*
**/.prefs
**/.classpath
/target/
# IntelliJ IDEA specific
.idea/
*.iml
# VS Code
.factorypath
.vscode
# Velocity.log
velocity.log
# Generated docs
documentation/html/**
documentation/htmlnoheader/**
documentation/**/build/**
master.html
helm-charts/strimzi-kafka-operator-*.*.*.tgz
docker-images/kafka/.*.tmp
docker-images/kafka/tmp/**
docker-images/operator/.*.tmp
docker-images/operator/tmp/**
docker-images/test-client/.*.tmp
docker-images/test-client/tmp/**
# Connect plugin (tests)
systemtest/*.tar.gz
systemtest/my-plugins/
# 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/