agentsync 1.21.2

A fast CLI tool to sync AI agent configurations and MCP servers across Claude, Copilot, Cursor, and more using symbolic links.
Documentation
# Patterns without leading '/' match at any depth (choosing depth-agnostic)
# Rust typical
target/
debug/
*.rs.bk
*.rlib
*.prof*
.idea/
# Node/JS/TS
node_modules/
dist/
build/
# General
*.log
.env*
.DS_Store
Thumbs.db
*.tmp
*.swp
.vscode/
# Prevent copying of git and CI files
.git/
.github/
.gitignore
.gitattributes
.gitmodules
# For Docker cache efficiency
**/tmp/
coverage/