[go: up one dir, main page]

uncomment 2.1.0

A CLI tool to remove comments from code using tree-sitter for accurate parsing
Documentation
# Rust specific ignores
/target/
**/*.rs.bk
Cargo.lock

# Debug files
*.pdb

# IDE - VSCode
.vscode/
*.code-workspace

# IDE - IntelliJ IDEA
.idea/
*.iml
*.iws
*.ipr

# IDE - RustRover
.rustover/

# macOS specific
.DS_Store
.AppleDouble
.LSOverride

# Backup files
*.swp
*.bak
*~

# Environment files
.env
.env.local

# Dependency directory
vendor/

# Generated documentation
doc/

# Test repositories and their contents
/test-repos/
!/test-repos/logs/
!/test-repos/*.sh
!/test-repos/*.md