feat(commit): 添加.gitignore文件过滤功能,自动跳过被忽略的文件

在自动暂存和`--all`模式下,检测并跳过被.gitignore规则匹配的文件,暂存完成后显示被移除的被忽略文件列表
This commit is contained in:
2026-07-20 17:33:57 +08:00
parent 19aff8a6c1
commit 995d263a48
5 changed files with 395 additions and 14 deletions

View File

@@ -1,9 +1,9 @@
[package]
name = "quicommit"
version = "0.4.0"
version = "0.4.1"
edition = "2024"
authors = ["Sidney Zhang <zly@lyzhang.me>"]
description = "A powerful Git assistant tool with AI-powered commit/tag/changelog generation(alpha version)"
description = "A powerful Git assistant tool with AI-powered commit/tag/changelog generation"
license = "MIT"
repository = "https://git.lyz.one/SidneyZhang/QuiCommit"
keywords = ["git", "commit", "ai", "cli", "automation"]