workbloom 0.2.1

A Git worktree management tool with automatic file copying
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# workbloom configuration file
# Files and directories to copy to git worktrees

# Rust development files
Cargo.lock
rust-toolchain.toml
.cargo/config.toml

# CI/CD configurations
.github/workflows/

# Development tools configuration
.vscode/settings.json
rustfmt.toml
clippy.toml

# Documentation
docs/