SIENTIAPDE-1309: Improve .gitignore to preserve .gitkeep in model_manager reports temp directory.

This commit is contained in:
Bruno Domingues
2025-11-07 15:25:10 -03:00
parent 18103f2436
commit f232406bd3
2 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

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