commit db3e67366787c3b6091a63cf410883da4867ec51 Author: xqq27 <834160466@qq.com> Date: Sun May 10 21:35:10 2026 +0800 git ignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ba93cb9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +*.crf +*.d +*.o +*.lst +*.obj +*.htm +*.uvgui.* +*.lnp +*.map +*.SBR +*.__i +*.template +*.uvoptx + +# 忽略所有以 TianyunV1.uvguix. 开头的文件 +TianyunV1.uvguix.* + +*.scvd + +Project/DebugConfig +Project/Listings +Project/Objects +!*.hex +!*.axf +!*.map \ No newline at end of file