Browse Source

Ignore elasticsearch directory (#7070)

master
THE BOSS ♨ 6 years ago
committed by Yamagishi Kazutoshi
parent
commit
b83ce18b30
2 changed files with 3 additions and 1 deletions
  1. +1
    -0
      .dockerignore
  2. +2
    -1
      .gitignore

+ 1
- 0
.dockerignore View File

@@ -11,3 +11,4 @@ vendor/bundle
*~
postgres
redis
elasticsearch

+ 2
- 1
.gitignore View File

@@ -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


Loading…
Cancel
Save