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

lolsob-rspec
Lukas Burk 2017-04-13 16:04:20 +02:00 committed by Eugen
parent a6515aeea8
commit be7f1b7ecb
1 changed files with 4 additions and 0 deletions

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