添加完整的CAN2USB硬件设计项目,包括: - 主项目文件 CAN2USB_V01.PrjPcb - 原理图文件 Documents/CAN2USB.SchDoc - PCB布局文件 Documents/CAN2USB.PcbDoc - 文档PCB文件 Documents/CAN2USB_DOK.PcbDoc - 物料清单文件 Documents/CAN2USB.BomDoc - 项目说明文档 README.md - 适当的.gitignore配置 项目特性: - USB转CAN总线转换器设计 - 使用Altium Designer 23开发 - 包含完整的电源管理和信号调理电路 - 支持多种元件封装选项 - 由上海恩曌科技有限公司开发
54 lines
793 B
Plaintext
54 lines
793 B
Plaintext
# Altium Designer temporary and output files to ignore
|
|
*.PrjPcbStructure
|
|
*.PcbDoc.htm
|
|
*.PcbDocPreview
|
|
*.SchDocPreview
|
|
*.HarnessPreview
|
|
|
|
# Keep these main design files for version control:
|
|
# *.PrjPcb - Project file
|
|
# *.SchDoc - Schematic files
|
|
# *.PcbDoc - PCB layout files
|
|
# *.BomDoc - Bill of Materials
|
|
# *.OutJob - Output job files
|
|
# *.SchLib - Schematic libraries
|
|
# *.PcbLib - PCB libraries
|
|
|
|
# Temporary files
|
|
*.~*
|
|
*.bak
|
|
*.sav
|
|
*.tmp
|
|
*.log
|
|
|
|
# Output files
|
|
*.pdf
|
|
*.txt
|
|
*.csv
|
|
*.xls
|
|
*.xlsx
|
|
|
|
# History files
|
|
History\*
|
|
|
|
# Backup directories
|
|
Backup\*
|
|
Old\*
|
|
|
|
# Previews directory
|
|
__Previews\*
|
|
|
|
# IDE specific files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db |