forked from sscarduzio/elasticsearch-readonlyrest-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
52 lines (44 loc) · 790 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
.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
// OSX
.DS_Store
.travis/secret.pgp
.java-version