From eb3fc9df06a550e9c1f3ed3a53c1d1e17844824d Mon Sep 17 00:00:00 2001 From: Ricardo Date: Thu, 15 Jul 2021 19:07:56 +0200 Subject: [PATCH] Initial commit --- .gitignore | 7 +++++++ LICENSE | 1 + README.md | 3 +++ 3 files changed, 11 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f83922d --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# ---> Ada +# Object file +*.o + +# Ada Library Information +*.ali + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c7ffc1a --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +"THE BEER-WARE LICENSE" (Revision 42): wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return Poul-Henning Kamp diff --git a/README.md b/README.md new file mode 100644 index 0000000..1a47608 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Electropepper_Kicad_template_1 + +This is a kicad template which has the track, vias and other PCB settings used in most electropepper projects. \ No newline at end of file