添加.gitignore文件以忽略特定文件和目录;新增markdown_image2minio.py脚本以处理Markdown文件中的图片并上传到MinIO

This commit is contained in:
2025-07-12 21:32:28 +08:00
parent 94fee102f3
commit 51d3750068
2 changed files with 144 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
markdown_files/
# 忽略所有 .log 文件
*.log
# 忽略特定文件
debug.ini
# 忽略目录
tmp/
build/
# 不忽略重要的.log文件
!important.log