Update .gitignore to exempt .conf files within the integration/ directory from the global *.conf ignore rule. This ensures that essential test configurations, like rabbitmq.conf, are preserved and shared across environments, preventing issues where empty directories were automatically created by Podman-compose.
9 lines
156 B
Plaintext
9 lines
156 B
Plaintext
*.osc
|
|
*.conf
|
|
!/integration/**/*.conf
|
|
/integration/gitea-data
|
|
/integration/gitea-logs
|
|
/integration/rabbitmq-data
|
|
/integration/workflow-pr-repos
|
|
__pycache__/
|