Files
milvus-webui-attu/.gitignore
Tumao 5aea6b6fbf Fix some system view, vector search and create index issues (#98)
* Update gitignore

Signed-off-by: tumao <yan.wang@zilliz.com>

* Show warning snackbar when user search with attu unsupported index type

Signed-off-by: tumao <yan.wang@zilliz.com>

* Show version in system view page

Signed-off-by: tumao <yan.wang@zilliz.com>

* Fix community popover style on system view page

Signed-off-by: tumao <yan.wang@zilliz.com>

* Show CircularProgress instead of progress bar when creating index

Signed-off-by: tumao <yan.wang@zilliz.com>

Signed-off-by: tumao <yan.wang@zilliz.com>
2022-09-20 19:22:36 +08:00

43 lines
639 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
node_modules
/client/node_modules
/client/build
/.pnp
.pnp.js
# testing
/clientcoverage
**/vectors.csv
# production
# misc
/client/.DS_Store
/client/.env.local
/client/.env.development.local
/client/.env.test.local
/client/.env.production.local
/client/report.*.json
/client/npm-debug.log*
/client/yarn-debug.log*
/client/yarn-error.log*
.DS_Store
server/node_modules
server/dist
server/build
server/electron-app
express/dist
# package.lock.json
# server/package.lock.json
# client/yarn.lock
# client/package.lock.json
coverage