From: THE BOSS ♨ <30565780+theboss@users.noreply.github.com> Date: Sun, 8 Apr 2018 07:57:16 +0000 (+0900) Subject: Ignore elasticsearch directory (#7070) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=b83ce18b30d33c30b461f593ac4cd6e86057a365;p=mastodon.git Ignore elasticsearch directory (#7070) --- diff --git a/.dockerignore b/.dockerignore index 5cd3b179a..5fb9861de 100644 --- a/.dockerignore +++ b/.dockerignore @@ -11,3 +11,4 @@ vendor/bundle *~ postgres redis +elasticsearch diff --git a/.gitignore b/.gitignore index 38ebc934f..51e47bb52 100644 --- 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