Add initial project files for flow meter design
- Created .giignore to exclude Altium Designer project output and temporary files. - Added baseboard schematic document (baseboard.SchDoc). - Introduced flow meter project PCB file (flow_meter.PrjPcb) with detailed configuration settings. - Defined project structure in flow_meter.PrjPcbStructure linking to the baseboard schematic. - Added top layer PCB document (topLayer.PcbDoc) for the flow meter design.
This commit is contained in:
commit
b6bdd52774
5 changed files with 1159 additions and 0 deletions
69
.giignore
Normal file
69
.giignore
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
# Altium Designer Project Files
|
||||
|
||||
# Project Output
|
||||
*.PcbDoc.htm
|
||||
*.SchDoc.htm
|
||||
|
||||
# History and Backup Files
|
||||
History/
|
||||
__Backups/
|
||||
__Previews/
|
||||
*.~(pcbdoc|schdoc|outjob|pcb|sch)
|
||||
|
||||
# Output Files
|
||||
Project Outputs for*/
|
||||
*.PDF
|
||||
*.DWF
|
||||
*.DXF
|
||||
*.ODB
|
||||
*.XLS
|
||||
*.CSV
|
||||
|
||||
# Gerber Files
|
||||
*.GBR
|
||||
*.GBO
|
||||
*.GBP
|
||||
*.GBS
|
||||
*.GKO
|
||||
*.GKP
|
||||
*.GTL
|
||||
*.GTO
|
||||
*.GTP
|
||||
*.GTS
|
||||
|
||||
# NC Drill Files
|
||||
*.NC
|
||||
*.XNC
|
||||
*.TXT
|
||||
|
||||
# Assembly Files
|
||||
*.Txt
|
||||
|
||||
# CAM Files
|
||||
*.CAM
|
||||
|
||||
# Libraries
|
||||
*.IntLib
|
||||
*.PcbLib
|
||||
*.SchLib
|
||||
*.LibPkg
|
||||
|
||||
# Temporary Files
|
||||
*.tmp
|
||||
~*.tmp
|
||||
|
||||
# State Files
|
||||
*.dpk
|
||||
State/
|
||||
|
||||
# OS Files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE
|
||||
.vs/
|
||||
.vscode/
|
||||
|
||||
# Build Artifacts
|
||||
bin/
|
||||
obj/
|
||||
BIN
baseboard.SchDoc
Normal file
BIN
baseboard.SchDoc
Normal file
Binary file not shown.
1089
flow_meter.PrjPcb
Normal file
1089
flow_meter.PrjPcb
Normal file
File diff suppressed because it is too large
Load diff
1
flow_meter.PrjPcbStructure
Normal file
1
flow_meter.PrjPcbStructure
Normal file
|
|
@ -0,0 +1 @@
|
|||
Record=TopLevelDocument|FileName=baseboard.SchDoc|SheetNumber=1
|
||||
BIN
topLayer.PcbDoc
Normal file
BIN
topLayer.PcbDoc
Normal file
Binary file not shown.
Loading…
Reference in a new issue