mirror of
https://github.com/rithsila/MT5-EA-Sniper-Strategy.git
synced 2026-08-25 00:28:19 +00:00
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:
+3
-1
@@ -5,10 +5,12 @@
|
||||
# =============================================================================
|
||||
|
||||
# Test directory (contains logs, test files, validation reports)
|
||||
tests/
|
||||
test/
|
||||
Test/
|
||||
TEST/
|
||||
tests/
|
||||
Tests/
|
||||
TESTS/
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
|
||||
Reference in New Issue
Block a user