Skip to content
Snippets Groups Projects
Commit b83ce18b authored by THE BOSS ♨'s avatar THE BOSS ♨ Committed by Yamagishi Kazutoshi
Browse files

Ignore elasticsearch directory (#7070)

parent d4de2239
No related branches found
No related tags found
No related merge requests found
......@@ -11,3 +11,4 @@ vendor/bundle
*~
postgres
redis
elasticsearch
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment