summaryrefslogtreecommitdiff
path: root/.dockerignore
diff options
context:
space:
mode:
authorLogan Hunt <loganhunt@simponic.xyz>2022-04-21 18:54:26 -0600
committerLogan Hunt <loganhunt@simponic.xyz>2022-04-21 18:54:26 -0600
commitc9a6abf9b7f67dd1bdf465de02fe17e859914464 (patch)
tree210f2099f9e644c34206af3d494e4dfd075f4b17 /.dockerignore
parentf6b262ea668bfaef48be40efb809e791258e2417 (diff)
downloadaggiedit-c9a6abf9b7f67dd1bdf465de02fe17e859914464.tar.gz
aggiedit-c9a6abf9b7f67dd1bdf465de02fe17e859914464.zip
Get ready for deployment
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore18
1 files changed, 18 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..a03cecf
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,18 @@
+.dockerignore
+# there are valid reasons to keep the .git, namely so that you can get the
+# current commit hash
+#.git
+.log
+tmp
+
+# Mix artifacts
+_build
+deps
+*.ez
+releases
+
+# Generate on crash by the VM
+erl_crash.dump
+
+# Static artifacts
+node_modules