mirror of
https://github.com/langgenius/dify.git
synced 2026-04-06 16:22:11 +08:00
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
3
.gitignore
vendored
3
.gitignore
vendored
@ -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/
|
||||
|
||||
2
docker/ssrf_proxy/.gitignore
vendored
2
docker/ssrf_proxy/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
# Ignore the conf.d directory that's created for testing/local overrides
|
||||
conf.d/
|
||||
Loading…
Reference in New Issue
Block a user