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:
-LAN- 2025-08-24 05:27:08 +08:00
parent 1e971bd20d
commit fb36069f1c
No known key found for this signature in database
GPG Key ID: 6BA0D108DED011FF
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

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

View File

@ -1,2 +0,0 @@
# Ignore the conf.d directory that's created for testing/local overrides
conf.d/