logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git
commit: b83ce18b30d33c30b461f593ac4cd6e86057a365
parent d4de2239b0ab04bf6a42db9f28d1fdd8e45f7d8b
Author: THE BOSS ♨ <30565780+theboss@users.noreply.github.com>
Date:   Sun,  8 Apr 2018 16:57:16 +0900

Ignore elasticsearch directory (#7070)


Diffstat:

M.dockerignore1+
M.gitignore3++-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.dockerignore b/.dockerignore @@ -11,3 +11,4 @@ vendor/bundle *~ postgres redis +elasticsearch diff --git a/.gitignore b/.gitignore @@ -36,9 +36,10 @@ config/deploy/* .vscode/ .idea/ -# Ignore postgres + redis volume optionally created by docker-compose +# Ignore postgres + redis + elasticsearch volume optionally created by docker-compose postgres redis +elasticsearch # Ignore Apple files .DS_Store