commit a07c8f7ef9644e0643d0104f9ae6a6d9a1280063 Author: Abin Date: Mon Jan 5 18:03:46 2026 +0800 初始化仓库 忽视文件上传 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2597e4c --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Visual Studio Code用户指定文件(会保留.vscode文件夹) +.vscode/* + + +# 这些项目文件可以由引擎生成 +*.xcodeproj +*.xcworkspace +*.sln + + +# 这些项目文件可以由Visual Studio Code生成 +*.code-workspace +/.ignore + + +# 系统文件 +.DS_Store +Thumbs.db \ No newline at end of file