1
0
Fork 0
docker-easy-haproxy/.gitignore
Joao Gilberto Magalhaes d66c4f8595 Migrate examples to tests_e2e directory structure
- Relocated all files and scripts from `examples` to `tests_e2e` for better organization.
- Updated references and paths in configurations, scripts, and test files.
- Adjusted `bump-version.sh` to handle the new `tests_e2e` structure.
- Updated `.gitignore` to reflect path changes.
2026-02-12 17:05:04 -05:00

26 lines
461 B
Text

.idea
*~
venv
.docker_data
__pycache__
.pytest_cache
*.pyc
.env
# uv
.venv/
# Build artifacts
dist/
build/
*.egg-info/
/tests_e2e/static/conf/config.yml
/tests_e2e/docker/certs/haproxy/.place_holder_cert.pem
/tests_e2e/static/host1.local.pem
/tests_e2e/swarm/certs/host1.local.pem
/tests_e2e/docker/host2.local.pem
/tests_e2e/swarm/certs/host2.local.pem
/tests_e2e/docker/jwt_private.pem
/tests_e2e/docker/jwt_pubkey.pem
/tests_e2e/docker/cloudflare_ips.lst