Ignore elasticsearch directory (#7070)
This commit is contained in:
parent
d4de2239b0
commit
b83ce18b30
2 changed files with 3 additions and 1 deletions
|
@ -11,3 +11,4 @@ vendor/bundle
|
|||
*~
|
||||
postgres
|
||||
redis
|
||||
elasticsearch
|
||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -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…
Reference in a new issue