From 7e204516164bc6b8bc0aa2f417128db03b7ad10c Mon Sep 17 00:00:00 2001 From: wangrunpu <2095588299@qq.com> Date: Fri, 26 Sep 2025 16:57:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8839a3c --- /dev/null +++ b/.gitignore @@ -0,0 +1,47 @@ +# Keil 编译输出文件 +*.o +*.obj +*.axf +*.hex +*.bin +*.map +*.lst +*.lnp +*.sym +*.crf +*.htm +*.sct +*.tgt +*.dep +*.plg +*.build_log.htm +*.iex +*.ll + +# Keil 默认输出文件夹 +Objects/ +Listings/ + +# 临时文件和缓存 +*.bak +*.tmp +*.swp +*~ + +# 个人配置文件(不同电脑可能不同) +*.uvoptx +*.uvguix.* + + +# Editor directories and files +.idea +.codebuddy +# .vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? +# 排除自动生成的类型文件 +apps/web-antd/types/components.d.ts +.history