diff --git a/.gitignore b/.gitignore
index b671bcb96..5c95f7806 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,7 @@ config/deploy/*
 
 # Ignore IDE files
 .vscode/
+
+# Ignore postgres + redis volume optionally created by docker-compose
+postgres
+redis