commit d088ee05b31d57a8a4f2d70372b976ad764e509f Author: diandian Date: Thu Jun 8 22:35:05 2023 +0800 Initial commit 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 +