From 210e007d5c40493d0ba964d9dc7e035de45846b2 Mon Sep 17 00:00:00 2001 From: javad <140122356+Javatti@users.noreply.github.com> Date: Wed, 17 Sep 2025 13:34:09 +0330 Subject: [PATCH] Create AltiumDesigner.gitignore This .gitignore for PCB Designers in AltiumDesigner Software --- AltiumDesigner.gitignore | 41 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 AltiumDesigner.gitignore diff --git a/AltiumDesigner.gitignore b/AltiumDesigner.gitignore new file mode 100644 index 0000000000..eea44ef3e7 --- /dev/null +++ b/AltiumDesigner.gitignore @@ -0,0 +1,41 @@ +### Altium Designer ### + +# Preview folders +__Previews/ +**/__Previews/ + +# Project history +History/ +**/History/ + +# Project logs +Project Logs*/ +*.log + +# Auto-generated outputs +Project Outputs*/ +Simulation Outputs*/ +Generated/ +*/Generated/ + +# Auto-conversion notices +*.PcbDoc.htm +*.SchDocPreview + +# Access lock files (for DBLib sources) +*.ldb + +# Archives and temporary files +*.zip +*.rar +*.7z +*.bak +*.tmp + +# Excel reports (BOM, etc.) +*.xlsx +*.xls + +# System temporary files +.DS_Store +Thumbs.db