32 lines
628 B
Text
32 lines
628 B
Text
# OS/editor noise
|
|
.DS_Store
|
|
|
|
# MT5 compiled binaries
|
|
Experts/Advisors/**/*.ex5
|
|
Experts/Examples/**/*.ex5
|
|
Experts/Free Robots/**/*.ex5
|
|
Experts/Previous/**/*.ex5
|
|
|
|
# MT5 editor auto-save backups
|
|
**/*@!!@*.mq5
|
|
|
|
# Archive folders (versioning-only, not tracked)
|
|
Experts/Advisors/*/Archive/
|
|
|
|
# Runtime logs/snapshots
|
|
Logs/
|
|
logs/
|
|
**/logs/
|
|
Files/PME_PME2_*_log
|
|
Files/PME_Snapshot_*.csv
|
|
|
|
# Ignore MetaTrader include library sources in this repo clone
|
|
Include/
|
|
|
|
# Ignore bundled free robots folder
|
|
Experts/Free Robots/
|
|
|
|
# Local chart/profile artifacts
|
|
Profiles/Charts/Default/*.chr
|
|
Profiles/Charts/Default/order.wnd
|
|
Profiles/deleted/*.chr
|