From 0838770e73e8a625973ae9bec9eb43ce4c678ffb Mon Sep 17 00:00:00 2001 From: LHY20 <3364451258@qq.com> Date: Sat, 19 Jul 2025 20:29:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4.gitignore=E6=96=87=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E4=B8=8D=E5=86=8D=E4=B8=8A=E4=BC=A0=E5=88=B0GitHub?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 3076bbc..0000000 --- a/.gitignore +++ /dev/null @@ -1,32 +0,0 @@ -# IDE配置文件 -.trae/ - -# 编译输出 -*.exe -*.o -*.obj - -# 临时文件 -*.tmp -*.temp - -# 系统文件 -.DS_Store -Thumbs.db - -# 备份文件 -*.bak -*.backup - -# 日志文件 -*.log - -# 调试文件 -*.pdb -*.ilk - -# Visual Studio Code -.vscode/settings.json - -# 构建目录 -build/ \ No newline at end of file