forked from treehouse/mastodon
Ignore elasticsearch directory (#7070)
parent
d4de2239b0
commit
b83ce18b30
|
@ -11,3 +11,4 @@ vendor/bundle
|
||||||
*~
|
*~
|
||||||
postgres
|
postgres
|
||||||
redis
|
redis
|
||||||
|
elasticsearch
|
||||||
|
|
|
@ -36,9 +36,10 @@ config/deploy/*
|
||||||
.vscode/
|
.vscode/
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
# Ignore postgres + redis volume optionally created by docker-compose
|
# Ignore postgres + redis + elasticsearch volume optionally created by docker-compose
|
||||||
postgres
|
postgres
|
||||||
redis
|
redis
|
||||||
|
elasticsearch
|
||||||
|
|
||||||
# Ignore Apple files
|
# Ignore Apple files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
Loading…
Reference in New Issue