From df4813a650250632a38bda1a84bb42f1608d48aa Mon Sep 17 00:00:00 2001 From: sirlilpanda Date: Wed, 31 Dec 2025 14:25:02 +1300 Subject: [PATCH] now being ignored --- temp/test_drc.csv | 1 - temp/test_drc.json | 26 -------------------------- temp/test_erc.json | 14 -------------- 3 files changed, 41 deletions(-) delete mode 100644 temp/test_drc.csv delete mode 100644 temp/test_drc.json delete mode 100644 temp/test_erc.json diff --git a/temp/test_drc.csv b/temp/test_drc.csv deleted file mode 100644 index bc40a48..0000000 --- a/temp/test_drc.csv +++ /dev/null @@ -1 +0,0 @@ -"Refs","Value","Footprint","Qty","DNP" diff --git a/temp/test_drc.json b/temp/test_drc.json deleted file mode 100644 index 2dc73d1..0000000 --- a/temp/test_drc.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "$schema": "https://schemas.kicad.org/drc.v1.json", - "coordinate_units": "mm", - "date": "2025-12-31T02:13:27+1300", - "kicad_version": "9.0.6", - "schematic_parity": [], - "source": "test.kicad_pcb", - "unconnected_items": [], - "violations": [ - { - "description": "Board has malformed outline (no edges found on Edge.Cuts layer)", - "items": [ - { - "description": "PCB", - "pos": { - "x": 0.0, - "y": 0.0 - }, - "uuid": "11ba8380-b107-4944-a66d-39eb5d745a00" - } - ], - "severity": "error", - "type": "invalid_outline" - } - ] -} diff --git a/temp/test_erc.json b/temp/test_erc.json deleted file mode 100644 index 0835bfd..0000000 --- a/temp/test_erc.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "$schema": "https://schemas.kicad.org/erc.v1.json", - "coordinate_units": "mm", - "date": "2025-12-31T02:13:27+1300", - "kicad_version": "9.0.6", - "sheets": [ - { - "path": "/", - "uuid_path": "/f507f841-113f-488d-81ff-25ffa9ae803f", - "violations": [] - } - ], - "source": "test.kicad_sch" -}