Browse Source
fix: ignore all files except for .gitkeep under docker/nginx/ssl by gitignore (#9518)
tags/0.10.0
kurokobo
1 year ago
No account linked to committer's email address
1 changed files with
2 additions and
0 deletions
-
.gitignore
|
|
|
@@ -175,6 +175,8 @@ docker/volumes/pgvector/data/* |
|
|
|
docker/volumes/pgvecto_rs/data/* |
|
|
|
|
|
|
|
docker/nginx/conf.d/default.conf |
|
|
|
docker/nginx/ssl/* |
|
|
|
!docker/nginx/ssl/.gitkeep |
|
|
|
docker/middleware.env |
|
|
|
|
|
|
|
sdks/python-client/build |