commit df7bc2a7fafd84cb6c02396bb5698148367fadab Author: AllSpiceAlice <allspicealice@noreply.hub.allspice.io> Date: Fri Sep 6 20:02:16 2024 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..be911e9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +# ---> KiCad +# For PCBs designed using KiCad: https://www.kicad.org/ +# Format documentation: https://kicad.org/help/file-formats/ + +# Temporary files +*.000 +*.bak +*.bck +*.kicad_pcb-bak +*.kicad_sch-bak +*-backups +*.kicad_prl +*.sch-bak +*~ +_autosave-* +*.tmp +*-save.pro +*-save.kicad_pcb +fp-info-cache + +# Netlist files (exported from Eeschema) +*.net + +# Autorouter files (exported from Pcbnew) +*.dsn +*.ses + +# Exported BOM files +*.xml +*.csv + diff --git a/README.md b/README.md new file mode 100644 index 0000000..76dc1c3 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# KiCad-Actions-Demo + +This AllSpice.io Action automates the process of generating manufacturing outputs for KiCad projects using a Docker container with the AllSpice KiCad image. The primary goal of this repository is to demonstrate how to load the KiCad image effectively. \ No newline at end of file