forked from sscarduzio/elasticsearch-readonlyrest-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
55 lines (46 loc) · 833 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
51
52
53
54
55
.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/logs/
eshome/data/
eshome/modules/
eshome/*.log
eshome/modules/*
eshome/config/elasticsearch.keystore
target/
eshome2/*
integration-tests/src/test/eshome2/*
integration-tests/src/test/eshome2
// Crypto
*.pem
*.pkcs8
*.p12
// OSX
.DS_Store
.travis/secret.pgp