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