ignore zipped gerbers, add iBOM

This commit is contained in:
Skot
2024-05-03 14:28:11 -04:00
parent 3f22f49653
commit 4132cba5c5
3 changed files with 4672 additions and 12 deletions

2
.gitignore vendored
View File

@@ -32,3 +32,5 @@ fp-info-cache
*auto_saved_files* *auto_saved_files*
*bak *bak
~$bitaxeUltra BOM.xlsx ~$bitaxeUltra BOM.xlsx
*.zip

File diff suppressed because one or more lines are too long

View File

@@ -59,18 +59,7 @@
"width": 0.0 "width": 0.0
} }
], ],
"drc_exclusions": [ "drc_exclusions": [],
"clearance|90620000|77840000|d13ff250-d916-4711-9f2a-3ff8377108d0|689381f2-0f92-4b30-a6e7-9c3f47993e2d",
"clearance|91180000|77730000|6d6add91-e823-4652-aca6-b5e72ff83dd8|689381f2-0f92-4b30-a6e7-9c3f47993e2d",
"clearance|91320000|77730000|84141860-5ae1-4919-a95a-3c774eabc83c|689381f2-0f92-4b30-a6e7-9c3f47993e2d",
"clearance|91320000|77730000|b583c3e8-a2b5-43be-be36-3e97e671c677|689381f2-0f92-4b30-a6e7-9c3f47993e2d",
"copper_sliver|106861292|83945279|00000000-0000-0000-0000-000000000000|B.Cu",
"footprint_type_mismatch|80865000|83260000|5f5c86f5-95cd-4905-bd18-164d92426b99|00000000-0000-0000-0000-000000000000",
"solder_mask_bridge|90620000|77840000|689381f2-0f92-4b30-a6e7-9c3f47993e2d|d13ff250-d916-4711-9f2a-3ff8377108d0",
"solder_mask_bridge|91180000|77730000|689381f2-0f92-4b30-a6e7-9c3f47993e2d|6d6add91-e823-4652-aca6-b5e72ff83dd8",
"solder_mask_bridge|91320000|77730000|689381f2-0f92-4b30-a6e7-9c3f47993e2d|84141860-5ae1-4919-a95a-3c774eabc83c",
"solder_mask_bridge|91320000|77730000|689381f2-0f92-4b30-a6e7-9c3f47993e2d|b583c3e8-a2b5-43be-be36-3e97e671c677"
],
"meta": { "meta": {
"version": 2 "version": 2
}, },