diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
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 |