From 863b0f67c52557358decae393194f99ac06ef30a Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 28 Jul 2022 22:44:57 +0100 Subject: [PATCH] Actually gitignore docker volumes The reason they weren't coming up is because I don't have access to them --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 64fa730..481ebc1 100644 --- a/.gitignore +++ b/.gitignore @@ -306,3 +306,5 @@ cython_debug/ /collected-static media/ .vscode + +docker/dev/volumes