-
Notifications
You must be signed in to change notification settings - Fork 165
/
.gitignore
69 lines (59 loc) · 1.18 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
.idea/
.gradle/
build/
out/
*.swp
*-execution-hints.log
*-execution-times.log
*.log
// ignore the downloaded model files in git
src/test/resources/models/
// intellij
*.iml
*.ipr
*.iws
// eclipse
.project
.classpath
eclipse-build
*/.project
*/.classpath
*/eclipse-build
.settings
!/.settings/org.eclipse.core.resources.prefs
!/.settings/org.eclipse.jdt.core.prefs
!/.settings/org.eclipse.jdt.ui.prefs
// Script generated files
docker/*
eshome/plugins/readonlyrest/plugin-descriptor.properties
integration-tests/src/main/resources/plugin-descriptor.properties
eshome/**/data
eshome/**/logs
eshome/**/modules/*/*.jar
eshome/**/plugins/*/*.jar
eshome/*.log
eshome/**/config/elasticsearch.keystore
target/
// Crypto
*.pem
*.pkcs8
*.p12
!/docker-envs/**/*.p12
!/docker-envs/**/*.pem
// OSX
.DS_Store
.travis/secret.pgp
.java-version
// docker-envs
builds/*
docker-envs/build-ror-in-docker/builds/
docker-envs/misc-clusters/ror-with-elastic-cloud-poc/certs-generator/ouput/*
docker-envs/misc-clusters/ror-with-elastic-cloud-poc/certs-generator/input/*
docker-envs/misc-clusters/ror-with-elastic-cloud-poc/certs/*
docker-envs/eck/kind-cluster/subst-ror
**/.base
// metals
.bloop/
.bsp/
.metals/
.vscode/