diff options
author | Florent Poinsaut <florent@poinsaut.fr> | 2018-04-10 17:07:29 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-04-10 22:08:40 +0200 |
commit | 2cfd392b58cdbd012f661d9f28d7f4ed0d6f1c26 (patch) | |
tree | 9b4e9384903b27b28c17b99122c9680fae8c47a7 /support/docker | |
parent | 8b1c69440647b82dff92e33b7ec8845ffa62c940 (diff) | |
download | PeerTube-2cfd392b58cdbd012f661d9f28d7f4ed0d6f1c26.tar.gz PeerTube-2cfd392b58cdbd012f661d9f28d7f4ed0d6f1c26.tar.zst PeerTube-2cfd392b58cdbd012f661d9f28d7f4ed0d6f1c26.zip |
Add .gitignore for Docker
Diffstat (limited to 'support/docker')
-rw-r--r-- | support/docker/production/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/support/docker/production/.gitignore b/support/docker/production/.gitignore new file mode 100644 index 000000000..72136bdec --- /dev/null +++ b/support/docker/production/.gitignore | |||
@@ -0,0 +1,3 @@ | |||
1 | data/ | ||
2 | db/ | ||
3 | redis/ | ||