diff --git a/.gitignore b/.gitignore index 30432c4302..75a52e81b9 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ diff --git a/docker/ssrf_proxy/.gitignore b/docker/ssrf_proxy/.gitignore deleted file mode 100644 index 77670ea12d..0000000000 --- a/docker/ssrf_proxy/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# Ignore the conf.d directory that's created for testing/local overrides -conf.d/ \ No newline at end of file