chore: update .gitignore

This commit is contained in:
2025-11-09 20:30:10 +02:00
parent 1fb5b0fbc1
commit 5443782ce3

113
.gitignore vendored Normal file
View File

@@ -0,0 +1,113 @@
# --------------------------------------
# Altium Designer Project Git Ignore
# --------------------------------------
# System files
.DS_Store
Thumbs.db
desktop.ini
# Altium temporary and generated files
*.PcbDocPreview
*.PcbDocPreviewInfo
*.PcbDoc.__previews
*.SchDocPreview
*.SchDocPreviewInfo
*.SchDoc.__previews
*.PrjPCBStructure
*.PrjPCBStructure.bak
*.SVN
*.OutJobPreview
*.PrjPcb.Zip
# Output and generated folders
Project Outputs*
History
__Previews
__Output
__Recovery
__Modified
__Snapshots
__Backup
__Generated
__Compiled
__Releases
Releases
Outputs
Backup
Simulation
Generated
CAM
Logs
*.log
# Auto-saved versions
*.Version_*
*.bak
*.tmp
*.temp
*.old
*.~*
# Exported/compiled data
*.csv
*.xml
*.htm
*.html
*.pdf
*.xls
*.xlsx
*.zip
*.rar
*.tar
*.gz
*.7z
# BOM and reports
*.BomDocPreview
*.BomDocPreviewInfo
*.BomDoc.__previews
*.BomDoc.Zip
*.bom
*.BOM
*.csv
*.xlsx
# Compiler and netlist outputs
*.cmp
*.erc
*.drc
*.net
*.cmp
*.rpt
# 3D model cache
*.StepCache
*.3dmodel
*.3dpcb
*.pcb3d
*.3dcache
*.pcblib3d
# Simulation and mixed-signal data
*.dsn
*.asdb
*.cache
*.ddb
*.PrjSim
*.SimData
*.Simulation
*.asrc
*.cdf
*.out
# User-specific configuration files
*.ini
*.cfg
*.user
*.lock
# Temporary folder
Temp*
temp*
~$*