Skip to content

Commit a561571

Browse files
chore: ignore removed artifacts and relocate legacy debug/log files
1 parent 8d4dbd0 commit a561571

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ coverage.xml
5252
# Logs
5353
logs/
5454
*.log
55+
legacy/.removed/
5556

5657
# Database files
5758
*.accdb
@@ -78,7 +79,9 @@ debug_html/
7879
verify_*.py
7980
ejemplo_*.html
8081

81-
# Permit test_*.py files to be tracked (was previously ignored)
82+
# Explicitly ignore removed artifacts
83+
quality_output.html
84+
setup_local_environment_root.log
8285

8386
# Development files
8487
herramientas/*.txt

0 commit comments

Comments
 (0)