From c02d410bacde09b8dcfc0c5f18d6546ac62d81cc Mon Sep 17 00:00:00 2001 From: Eduard Iten Date: Tue, 9 Dec 2025 14:34:21 +0100 Subject: [PATCH] chore: configure git lfs for 3d models --- .gitattributes | 3 +++ .gitignore | 21 +++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f89bd9b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.step filter=lfs diff=lfs merge=lfs -text +*.stp filter=lfs diff=lfs merge=lfs -text +*.wrl filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2b68374 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# KiCad Backups und temporäre Dateien +*.bak +*_autosave-* +*.kicad_prl +*.kicad_dru +*.lck + +# Cache und Logs +fp-info-cache +# Ab KiCad 8 gibt es manchmal __pycache__ wenn Plugins im Spiel sind +__pycache__/ +*.pyc + +# OS Junk (Windows/Mac/Linux) +.DS_Store +Thumbs.db +*~ +*.swp + +# Optional: Wenn du Datasheets als PDF speicherst und nicht im Repo willst +# *.pdf