Add .dockerignore

We should ignore the data directory because that directory can get quite
large and makes for annoying rebuilds since it has to send all of that
data over to the daemon, and we don't care about that

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2024-07-18 11:07:43 -07:00
parent 0d440ead76
commit d3f88dacf7

2
.dockerignore Normal file
View File

@@ -0,0 +1,2 @@
# Ignore data directory because it can get quite large
data/