Skip to content

Commit e09adc6

Browse files
committed
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
1 parent 678eda5 commit e09adc6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,6 @@ mise.toml
218218
.roo/
219219
api/.env.backup
220220
/clickzetta
221+
222+
# SSRF Proxy - ignore the conf.d directory that's created for testing/local overrides
223+
docker/ssrf_proxy/conf.d/

docker/ssrf_proxy/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)