-
Notifications
You must be signed in to change notification settings - Fork 359
/
.gitignore
91 lines (72 loc) · 2.02 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# generated resource file containing Spark version for which Sparkling Water was built
/core/src/main/resources/spark.version
/core/src/main/resources/h2o.version
/core/src/main/resources/sw.version
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Private things
private/
tmp/
build/
lib/
out/
*iws
*ipr
.settings/
.gradle/
.DS_Store*
*.ipr
*.iml
.idea
metastore_db/
derby.log
java_*.hprof
# H2O stuff #
h2ologs/
# generated custom config for jupyter
jupyter_custom_config/
# big data folder
examples/bigdata
# data generated by one of the tests
spark-tfidf-data/
.Rproj.user
# RStudio file
rsparkling.Rproj
# PySparkling
py/build
py/__pycache__/
*.py[cod]
# Terraform
ci/aws/terraform/modules/jenkins/.terraform/
ci/aws/terraform/modules/network/.terraform/
ci/aws/terraform/modules/ecr/.terraform/
ci/aws/terraform/.terraform/
templates/src/terraform/aws/.terraform/
templates/src/terraform/aws/.terraform.tfstate.lock.info
templates/src/terraform/aws/terraform.tfstate
templates/src/terraform/aws/*.tfvars
templates/src/terraform/aws/terraform.tfstate.backup
templates/src/terraform/aws/modules/emr/.terraform/
templates/src/terraform/aws/modules/emr/.terraform.tfstate.lock.info
templates/src/terraform/aws/modules/emr/terraform.tfstate
templates/src/terraform/aws/modules/emr/*.tfvars
templates/src/terraform/aws/modules/emr/terraform.tfstate.backup
templates/src/terraform/aws/modules/network/.terraform/
templates/src/terraform/aws/modules/network/.terraform.tfstate.lock.info
templates/src/terraform/aws/modules/network/terraform.tfstate
templates/src/terraform/aws/modules/network/*.tfvars
templates/src/terraform/aws/modules/network/terraform.tfstate.backup
jenkins/docker/regular-tests/Dockerfile
# Generated code and documentation
src-gen/
doc/src/site/sphinx/parameters
doc/src/site/sphinx/model_details
doc/src/site/sphinx/metrics
doc/src/site/sphinx/configuration/configuration_properties.rst