2020-08-28 09:29:26 +00:00
|
|
|
# CLion generated files
|
2021-09-30 22:44:41 +00:00
|
|
|
|
|
|
|
# This can ignore
|
|
|
|
# cmake-build-debug/
|
|
|
|
# proxy/cmake-build-debug/
|
|
|
|
# a/b/c/cmake-build-debug/
|
2020-10-23 10:01:24 +00:00
|
|
|
**/cmake-build-debug/*
|
2023-09-19 06:23:23 +00:00
|
|
|
**/cmake-build-debug-coverage/*
|
2020-10-23 10:01:24 +00:00
|
|
|
**/cmake-build-release/*
|
2021-09-30 22:44:41 +00:00
|
|
|
**/cmake_build_release/*
|
|
|
|
**/cmake_build/*
|
2022-11-23 02:39:11 +00:00
|
|
|
**/CmakeFiles/*
|
2022-08-30 02:32:56 +00:00
|
|
|
.cache
|
2023-09-19 06:23:23 +00:00
|
|
|
coverage_report/
|
2021-09-30 22:44:41 +00:00
|
|
|
|
2020-10-23 10:01:24 +00:00
|
|
|
internal/core/output/*
|
|
|
|
internal/core/build/*
|
|
|
|
**/.idea/*
|
2021-01-20 02:02:59 +00:00
|
|
|
internal/msgstream/pulsarms/client-cpp/build/
|
|
|
|
internal/msgstream/pulsarms/client-cpp/build/*
|
2022-06-29 12:02:18 +00:00
|
|
|
tests/python_client/default.etcd/
|
2020-08-28 09:29:26 +00:00
|
|
|
|
|
|
|
# vscode generated files
|
|
|
|
.vscode
|
2021-01-15 10:03:16 +00:00
|
|
|
docker-compose-devcontainer.yml
|
|
|
|
docker-compose-devcontainer.yml.tmp
|
2020-08-28 09:29:26 +00:00
|
|
|
|
2021-04-01 03:25:30 +00:00
|
|
|
*.code-workspace
|
|
|
|
|
2020-10-31 08:30:20 +00:00
|
|
|
# Docker generated cache file
|
|
|
|
.docker/
|
|
|
|
|
2021-07-03 06:52:28 +00:00
|
|
|
**/_artifacts/**
|
|
|
|
|
2021-06-23 08:14:08 +00:00
|
|
|
# proxy
|
2020-09-06 11:39:35 +00:00
|
|
|
proxy/milvus
|
2020-08-24 03:58:51 +00:00
|
|
|
proxy/thirdparty/grpc-src
|
|
|
|
proxy/thirdparty/grpc-build
|
2020-09-06 07:56:10 +00:00
|
|
|
proxy/milvus/*
|
|
|
|
proxy/suvlim/
|
|
|
|
proxy/suvlim/*
|
2020-08-24 03:58:51 +00:00
|
|
|
|
2020-10-15 08:32:22 +00:00
|
|
|
proxy-go/proxy-go
|
|
|
|
|
2020-08-24 03:58:51 +00:00
|
|
|
# Compiled source
|
2020-10-31 08:30:20 +00:00
|
|
|
bin/
|
|
|
|
lib/
|
2020-08-24 03:58:51 +00:00
|
|
|
*.a
|
|
|
|
*.so
|
|
|
|
*.so.*
|
|
|
|
*.o
|
|
|
|
*.lo
|
|
|
|
*.tar.gz
|
|
|
|
*.log
|
|
|
|
.coverage
|
|
|
|
*.pyc
|
2020-11-13 08:53:55 +00:00
|
|
|
*.log
|
2020-10-31 08:30:20 +00:00
|
|
|
|
2021-11-12 11:27:32 +00:00
|
|
|
# macOS generated files & other irrelevant files
|
2020-10-31 08:30:20 +00:00
|
|
|
.DS_Store
|
2021-04-28 10:43:48 +00:00
|
|
|
*.sw[po]
|
2020-12-07 07:22:20 +00:00
|
|
|
cwrapper_build
|
2022-06-29 12:02:18 +00:00
|
|
|
cwrapper_rocksdb_build/
|
2020-12-08 06:41:04 +00:00
|
|
|
**/.clangd/*
|
|
|
|
**/compile_commands.json
|
|
|
|
**/.lint
|
2020-12-11 04:01:20 +00:00
|
|
|
typescript
|
2020-12-29 13:15:00 +00:00
|
|
|
**/.pytest_cache/
|
2021-04-08 02:01:18 +00:00
|
|
|
.root
|
|
|
|
gtags.conf
|
2021-02-19 11:05:35 +00:00
|
|
|
|
|
|
|
# Delve generated file
|
|
|
|
**/__debug_bin
|
2021-04-24 07:10:24 +00:00
|
|
|
|
2021-09-22 08:01:53 +00:00
|
|
|
# codecov-go generated files
|
2021-09-28 05:56:03 +00:00
|
|
|
*coverage.txt
|
2021-04-24 07:10:24 +00:00
|
|
|
profile.out
|
2021-09-28 05:56:03 +00:00
|
|
|
*coverage.html
|
2021-10-08 16:09:47 +00:00
|
|
|
cover.out
|
2021-05-24 10:14:57 +00:00
|
|
|
|
2021-09-22 08:01:53 +00:00
|
|
|
# codecov-cpp generated files
|
|
|
|
lcov_*.info
|
|
|
|
cpp_coverage/
|
2021-09-14 11:05:52 +00:00
|
|
|
|
2021-05-24 10:14:57 +00:00
|
|
|
# virtualenv
|
|
|
|
venv/
|
2023-06-07 02:00:37 +00:00
|
|
|
.venv/
|
|
|
|
|
|
|
|
# gopls generated
|
|
|
|
go.work
|
|
|
|
go.work.sum
|
2021-11-03 07:24:11 +00:00
|
|
|
|
|
|
|
# docker compose volumes
|
|
|
|
deployments/docker/*/volumes
|
2023-03-21 09:59:57 +00:00
|
|
|
deployments/docker/gpu/*/volumes
|
2022-07-06 07:38:20 +00:00
|
|
|
|
|
|
|
# rocksdb
|
|
|
|
cwrapper_rocksdb_build/
|
2022-09-09 14:12:34 +00:00
|
|
|
|
|
|
|
# local file data
|
2022-11-23 02:39:11 +00:00
|
|
|
**/data/*
|
2023-11-22 02:20:22 +00:00
|
|
|
|
|
|
|
internal/proto/**/*.pb.go
|
|
|
|
internal/core/src/pb/*.pb.h
|
|
|
|
internal/core/src/pb/*.pb.cc
|
2024-07-22 12:59:42 +00:00
|
|
|
*.pb.go
|
2023-11-22 02:20:22 +00:00
|
|
|
**/legacypb/*.pb.go
|