mirror of
https://github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin.git
synced 2026-07-21 19:48:59 +02:00
- Document the --backend-addr flag: it is the stub upstream service Traefik proxies allowed requests to (the traefik/whoami equivalent), not AppSec. - Move the .cache/ ignore rule from the per-suite .gitignore to the repo root .gitignore, and make the wording accurate: the cache persists across local runs but is recreated on every (fresh-runner) CI run. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
12 lines
240 B
Plaintext
12 lines
240 B
Plaintext
.idea/
|
|
.DS_Store
|
|
./config/
|
|
conf
|
|
db
|
|
logs
|
|
docker-compose.dev.yml
|
|
|
|
# Binary e2e suite working cache: Traefik binary + compiled mock. Persisted
|
|
# across local runs; CI runs on fresh runners so it is recreated every time.
|
|
tests/e2e/mock/.cache/
|