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

This commit is contained in:
Lukas Burk 2017-04-13 16:04:20 +02:00 committed by Eugen
parent 9362700137
commit d7a4e8739a

4
.gitignore vendored
View file

@ -32,3 +32,7 @@ config/deploy/*
# Ignore IDE files
.vscode/
# Ignore postgres + redis volume optionally created by docker-compose
postgres
redis