Files
auto-commit/.gitignore
7000pctAUTO a3c96fc9df
Some checks failed
CI / build (push) Has been cancelled
fix: resolve module structure issues by separating CLI and git modules
- Removed duplicated git module code from cli.rs
- Created dedicated git.rs module with GitRepo, StagedChanges, ChangedFile, FileStatus definitions
- Updated all modules (analyzer, generator, prompt) to import from super::git
- Fixed module organization to resolve compilation errors
2026-02-01 12:48:37 +00:00

17 lines
101 B
Plaintext

# Rust
target/
Cargo.lock
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log