From 8d01606c049d4c19b503c28116df7505e5a249da Mon Sep 17 00:00:00 2001 From: LHY0125 <3364451258@qq.com> Date: Tue, 3 Feb 2026 23:04:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5dc4b4a --- /dev/null +++ b/.gitignore @@ -0,0 +1,53 @@ +# 编译生成的可执行文件 +*.exe +*.out +*.app +*.o + +# IDE配置文件 +.idea/ +.vscode/ +.vs/ + +# Trae AI配置文件 +.trae/ + +# 临时文件 +*.tmp +*.temp +*.log + +# 系统文件 +.DS_Store +Thumbs.db + +# 备份文件 +*.bak +*.backup + +# 调试文件 +*.pdb +*.ilk + +# 对象文件 +*.o +*.obj + +# 静态库文件 +*.lib +*.a + +# 动态库文件 +*.dll +*.so +*.dylib + +# 资源文件 +*.res +*.ico + +# 打包文件 +dist/ + +# 临时游戏存档 +*.csv \ No newline at end of file