mirror of https://github.com/langgenius/dify.git
fix: ignore all files except for .gitkeep under docker/nginx/ssl by gitignore (#9518)
This commit is contained in:
parent
95ce10f23b
commit
444dc01931
|
|
@ -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…
Reference in New Issue