mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 05:50:56 +00:00
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
|