From d088ee05b31d57a8a4f2d70372b976ad764e509f Mon Sep 17 00:00:00 2001 From: diandian Date: Thu, 8 Jun 2023 22:35:05 +0800 Subject: [PATCH] Initial commit --- .gitignore | 22 ++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 24 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f4b44ec --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# ---> AltiumDesigner +# For PCBs designed using Altium Designer +# Website: https://www.altium.com/altium-designer/ + +# Directories containing cache data +History +__Previews + +# Directories containing logs and generated outputs +Project\ Logs* +Project\ Outputs* + +# Misc files generated by altium +debug.log +Status\ Report.txt +*.PcbDoc.htm +*.SchDocPreview +*.PcbDocPreview + +# Lock files sometimes left behind +.~lock.* + diff --git a/README.md b/README.md new file mode 100644 index 0000000..32a58f9 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# ci-cd +