Files
QuiCommit/.gitignore
SidneyZhang 995d263a48 feat(commit): 添加.gitignore文件过滤功能,自动跳过被忽略的文件
在自动暂存和`--all`模式下,检测并跳过被.gitignore规则匹配的文件,暂存完成后显示被移除的被忽略文件列表
2026-07-20 17:33:57 +08:00

26 lines
209 B
Plaintext

# Rust
target/
Cargo.lock
**/*.rs.bk
*.pdb
# IDE
.idea/
.trae/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Test artifacts
*.log
test_output/
# Config (for development)
config.toml
.claude/
CLAUDE.md