Remove tests directory from git tracking and update .gitignore

- Added tests/, Tests/, TESTS/ to .gitignore
- Removed tests directory from git tracking while keeping it locally
- Tests directory contains logs, validation reports, and temporary test files
- This prevents test artifacts from being committed to the repository
This commit is contained in:
rithsila
2025-09-28 14:22:52 +07:00
parent 1988849fd5
commit 885564cdaf
5 changed files with 1149 additions and 274 deletions
+3 -1
View File
@@ -5,10 +5,12 @@
# =============================================================================
# Test directory (contains logs, test files, validation reports)
tests/
test/
Test/
TEST/
tests/
Tests/
TESTS/
# Log files
*.log