[go: up one dir, main page]

uncomment 2.1.1-rc.7

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/

# Node.js dependencies in npm package
npm-package/node_modules/
npm-package/pnpm-lock.yaml

# Python cache files
pip-package/uncomment/__pycache__/

# Generated documentation
doc/

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