From fcbb5eafc11278e4568d2634d397b3dce3f65d55 Mon Sep 17 00:00:00 2001 From: sirlilpanda Date: Wed, 31 Dec 2025 11:46:24 +1300 Subject: [PATCH] not needed anymore --- .hooks/config.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .hooks/config.json diff --git a/.hooks/config.json b/.hooks/config.json deleted file mode 100644 index 21c57fe..0000000 --- a/.hooks/config.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "kicad_project_search_path": "hardware/", - "schematic_output_path": "docs/", - "bom_csv_output_path": "docs/BOM/", - "bom_report_output_path": "docs/BOM/", - "production_file_output_path": "pcbs/", - "schematic_output_name": "_schematic", - "bom_csv_output_name": "_bill_of_materials", - "bom_report_output_name": "_bom_report", - "production_file_output_name": "_gerber", - "template_paths" : { - "bom": ".github/report_templates/bom_report_template.mustache", - "erc_report": ".github/report_templates/erc_report_template.mustache", - "drc_report": ".github/report_templates/drc_report_template.mustache", - "readme": ".github/report_templates/readme.mustache" - }, - "dynamic_read_me": true -} \ No newline at end of file