diff options
author | Stephen Finucane <stephen@that.guru> | 2020-04-26 15:28:20 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2020-04-26 15:38:05 +0100 |
commit | 10b6162807ed76b1b56c0a57c9e55e02e88daad1 (patch) | |
tree | 931685baa2ffedefd18a57560ad257bafc0800ea | |
parent | 9bb5caec4180f70f0d941580553994d7e36ca6f9 (diff) | |
download | patchwork-10b6162807ed76b1b56c0a57c9e55e02e88daad1.tar patchwork-10b6162807ed76b1b56c0a57c9e55e02e88daad1.tar.gz |
docker: Ignore postgres data file
Signed-off-by: Stephen Finucane <stephen@that.guru>
-rw-r--r-- | tools/docker/db/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/docker/db/.gitignore b/tools/docker/db/.gitignore index 60baa9c..c39b725 100644 --- a/tools/docker/db/.gitignore +++ b/tools/docker/db/.gitignore @@ -1 +1,2 @@ -data/* +data +postdata |