From 32e5c6a2dd4bdc79b8bf3adf52bb124a450ebfc5 Mon Sep 17 00:00:00 2001 From: Garfield Date: Sat, 21 Mar 2026 18:44:47 -0400 Subject: [PATCH] Add .gitignore for MQL development --- .gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a47cba8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +# MQL Compiled Files +*.ex4 +*.ex5 + +# MT5 Build Logs +*.log + +# Temporary Files +*.tmp +*~ +.DS_Store + +# IDE +.vscode/ +.idea/ +*.iml + +# Backups +*.bak +*.old + +# Large data files (if any) +*.hcc +*.hc +*.dat