mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-07 05:06:31 +00:00
Move the http server into its own sub-module
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,4 +1,11 @@
|
||||
# the milli project is a library
|
||||
/target
|
||||
/Cargo.lock
|
||||
|
||||
# the sub target folder
|
||||
http-ui/target
|
||||
|
||||
# datasets
|
||||
*.csv
|
||||
*.mmdb
|
||||
*.svg
|
||||
|
Reference in New Issue
Block a user