From d7a4e8739a9297c8a4b593c076bdcd7abd881453 Mon Sep 17 00:00:00 2001 From: Lukas Burk Date: Thu, 13 Apr 2017 16:04:20 +0200 Subject: [PATCH] Ignore postgres/redis folder from docker-compose (#1645) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) 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