diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-05-05 08:52:14 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-05 08:52:14 +0900 |
| commit | 5c08f2b93b4a9f5bac0718d5b202b83314f4cb7c (patch) | |
| tree | fdcb2c93859c85b3541f3571974f330f836641ec /.gitignore | |
| parent | Update CHANGELOG.md (diff) | |
| download | sharkey-5c08f2b93b4a9f5bac0718d5b202b83314f4cb7c.tar.gz sharkey-5c08f2b93b4a9f5bac0718d5b202b83314f4cb7c.tar.bz2 sharkey-5c08f2b93b4a9f5bac0718d5b202b83314f4cb7c.zip | |
feat: Introduce Meilisearch (#10755)
* wip
* wip
* Update SearchService.ts
* Update SearchService.ts
* wip
* wip
* Update SearchService.ts
* Update CHANGELOG.md
* wip
* Update SearchService.ts
* Update docker-compose.yml.example
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index fbe2245502..537232d37f 100644 --- a/.gitignore +++ b/.gitignore @@ -44,7 +44,7 @@ built /data /.cache-loader /db -/elasticsearch +/meili_data npm-debug.log *.pem run.bat |