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