From c7e2bf450f46e39597c66f732ce84f97a8366ecc Mon Sep 17 00:00:00 2001 From: zhangpeng Date: Tue, 19 Nov 2024 09:27:53 +0000 Subject: [PATCH] Initial commit --- .gitignore | 22 ++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 25 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..3b8faaf --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# CMS3in1 + +机舱、塔筒、叶片三合一检测 \ No newline at end of file