about summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorLukas Burk <jemus42@users.noreply.github.com>2017-04-13 16:04:20 +0200
committerEugen <eugen@zeonfederated.com>2017-04-13 16:04:20 +0200
commitd7a4e8739a9297c8a4b593c076bdcd7abd881453 (patch)
tree21f57431595aa59aa1f67c81eb193d8eeb948a28 /.gitignore
parent9362700137d7fb4b0cddf425d5a2de353f7ab242 (diff)
Ignore postgres/redis folder from docker-compose (#1645)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
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