mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-06-30 07:15:12 +08:00
fix: ignore all files except for .gitkeep under docker/nginx/ssl by gitignore (#9518)
This commit is contained in:
parent
95ce10f23b
commit
444dc01931
2
.gitignore
vendored
2
.gitignore
vendored
@ -175,6 +175,8 @@ docker/volumes/pgvector/data/*
|
|||||||
docker/volumes/pgvecto_rs/data/*
|
docker/volumes/pgvecto_rs/data/*
|
||||||
|
|
||||||
docker/nginx/conf.d/default.conf
|
docker/nginx/conf.d/default.conf
|
||||||
|
docker/nginx/ssl/*
|
||||||
|
!docker/nginx/ssl/.gitkeep
|
||||||
docker/middleware.env
|
docker/middleware.env
|
||||||
|
|
||||||
sdks/python-client/build
|
sdks/python-client/build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user