mirror of https://github.com/langgenius/dify.git
chore: consolidate gitignore rules to root .gitignore
- Move docker/ssrf_proxy/conf.d/ ignore rule to root .gitignore - Remove redundant docker/ssrf_proxy/.gitignore file - Keep all gitignore rules in a single location for better maintainability
This commit is contained in:
parent
1e971bd20d
commit
fb36069f1c
|
|
@ -218,3 +218,6 @@ mise.toml
|
|||
.roo/
|
||||
api/.env.backup
|
||||
/clickzetta
|
||||
|
||||
# SSRF Proxy - ignore the conf.d directory that's created for testing/local overrides
|
||||
docker/ssrf_proxy/conf.d/
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
# Ignore the conf.d directory that's created for testing/local overrides
|
||||
conf.d/
|
||||
Loading…
Reference in New Issue