forked from LengKundee/MQL5-Google-Onedrive
25 lines
286 B
Text
25 lines
286 B
Text
|
|
# Git files
|
||
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
.gitattributes
|
||
|
|
|
||
|
|
# GitHub configuration
|
||
|
|
.github
|
||
|
|
|
||
|
|
# MT5 source files (not needed for docs site)
|
||
|
|
mt5
|
||
|
|
scripts
|
||
|
|
|
||
|
|
# Documentation source (included via links)
|
||
|
|
docs/*.md
|
||
|
|
|
||
|
|
# Editor configs
|
||
|
|
.editorconfig
|
||
|
|
.vscode
|
||
|
|
.idea
|
||
|
|
|
||
|
|
# Temporary files
|
||
|
|
*.log
|
||
|
|
*.tmp
|
||
|
|
.DS_Store
|
||
|
|
Thumbs.db
|