From 6e77c88f9de287c4292a122083777f14c516611e Mon Sep 17 00:00:00 2001 From: Mrx <18278715334@163.com> Date: Sat, 16 May 2026 18:32:01 +0800 Subject: [PATCH] f --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c4455a3..4d54032 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,13 @@ .DS_Store **/.DS_Store +# 忽略 IDE/调试生成的临时二进制文件 +__debug_bin* +*.exe +*.exe~ +*.dll +*.so +*.dylib #deploy data data/* @@ -21,4 +28,5 @@ data/* /app/api **/__debug_bin*.exe -**/api.exe \ No newline at end of file +**/api.exe +**/*.exe