logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: d7a4e8739a9297c8a4b593c076bdcd7abd881453
parent: 9362700137d7fb4b0cddf425d5a2de353f7ab242
Author: Lukas Burk <jemus42@users.noreply.github.com>
Date:   Thu, 13 Apr 2017 16:04:20 +0200

Ignore postgres/redis folder from docker-compose (#1645)


Diffstat:

M.gitignore4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git 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