- Add .gitattributes for binary file tracking (STEP, XLSX, ZIP, EPRO) - Add EasyEDA Pro project file and versioned backups - Add v2.8 manufacturing exports (3D model, BOM, gerbers, pick-and-place) - Export .epro schematics and PCB layouts for all versions (v2.3–v2.8) - Add EXPORT_GUIDE.md documenting the EasyEDA Pro export workflow
16 lines
305 B
Text
16 lines
305 B
Text
# EasyEDA Pro projects (binary SQLite databases)
|
|
*.eprj binary
|
|
|
|
# Manufacturing outputs (binary)
|
|
*.xlsx binary
|
|
*.zip binary
|
|
*.step binary
|
|
*.stp binary
|
|
*.elibz binary
|
|
|
|
# KiCad files (text-based, version control friendly)
|
|
*.kicad_sch text
|
|
*.kicad_pcb text
|
|
*.kicad_pro text
|
|
*.kicad_sym text
|
|
*.kicad_mod text
|