🔧 chore: add test config files to .gitignore

Adds features/test-config.yaml and test-config.yaml to .gitignore
to prevent temporary BDD test configuration files from being
accidentally committed to the repository.

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
2026-04-09 21:22:36 +02:00
parent 58c1dda4cf
commit f4bc0c8fdf

4
.gitignore vendored
View File

@@ -23,6 +23,10 @@ server.pid
*.log
pkg/server/docs/
# BDD test files
features/test-config.yaml
test-config.yaml
# CI/CD runner configuration
config/runner
.runner