chore: configure git lfs for 3d models
This commit is contained in:
commit
c02d410bac
|
|
@ -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
|
||||||
|
|
@ -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
|
||||||
Loading…
Reference in New Issue