mirror of
https://github.com/dinethlive/dbasket-EA.git
synced 2026-08-18 21:28:15 +00:00
36 lines
347 B
Plaintext
36 lines
347 B
Plaintext
# D-Basket EA Git Ignore
|
|
|
|
# Documentation folders to ignore (User Request)
|
|
\[initial\]docs/
|
|
\[research\]docs/
|
|
|
|
# MetaTrader 5 / MQL5
|
|
*.ex5
|
|
*.log
|
|
*.ini
|
|
*.set
|
|
*.tpl
|
|
*.bak
|
|
*.tmp
|
|
*.manifest
|
|
*.resource
|
|
*.crx
|
|
|
|
# Temporary files
|
|
Temp/
|
|
Logs/
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
.Project
|
|
*.user
|
|
*.history
|
|
*.cl
|
|
*.it
|
|
|
|
# System files
|
|
Thumbs.db
|
|
Desktop.ini
|
|
.DS_Store
|