SIENTIAPDE-1309: Refine .gitignore to ignore test run reports within the model_manager/reports/temp directory, while preserving the temp directory itself.

This commit is contained in:
Bruno Domingues
2025-11-07 15:19:21 -03:00
parent 7ff54a1112
commit 18103f2436

4
.gitignore vendored
View File

@@ -235,8 +235,8 @@ scouter/pipelines/**/triggers.yaml
# Ignore temporary files # Ignore temporary files
*.swp *.swp
# Ignore test run reports in model_manager/reports # Ignore test run reports in model_manager/reports/temp (but keep temp folder)
model_manager/reports/temp/test_run_*/ model_manager/reports/temp/*
# Miscellaneous # Miscellaneous
git_key* git_key*