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