summaryrefslogtreecommitdiff
path: root/simulator/.dockerignore
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2020-07-17 17:25:45 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2020-08-24 19:48:08 +0200
commit0a895abfe307fbb6a28ceac6a07c5ac4863627fd (patch)
tree82e0d4f9810c16cf4b1fde247545dde9778ce6d1 /simulator/.dockerignore
parent9f85e80e40a663e3ebaf46a16f27332c4b7f0b53 (diff)
Add data processing pipeline via Spark
This change adds support for processing the experimental results by means of a Spark data processing pipeline.
Diffstat (limited to 'simulator/.dockerignore')
-rw-r--r--simulator/.dockerignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/simulator/.dockerignore b/simulator/.dockerignore
new file mode 100644
index 00000000..bcbdf2b0
--- /dev/null
+++ b/simulator/.dockerignore
@@ -0,0 +1,11 @@
+# IntelliJ
+/out/
+.idea/
+*/out
+*.iml
+.idea_modules/
+
+### Gradle
+.gradle
+build/
+