fix: ignore all files except for .gitkeep under docker/nginx/ssl by gitignore (#9518)

pull/6817/head^2
kurokobo 2 years ago committed by GitHub
parent 95ce10f23b
commit 444dc01931
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
.gitignore vendored

@ -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

Loading…
Cancel
Save