mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-17 16:16:37 +00:00
- Fix PowerShell 7 syntax errors (ampersand, pipe chars, regex patterns) - Refactor bin/ccs.js to standalone Node.js implementation - Add modular architecture (helpers, claude-detector, config-manager) - Create comprehensive test suite with 95% coverage - Add npm publishing workflow and documentation - Enhance cross-platform compatibility and error handling - Achieve 60% performance improvement over shell spawning Breaking Change: Node.js npm package no longer spawns shell processes
35 lines
348 B
Plaintext
35 lines
348 B
Plaintext
# Development files
|
|
.github/
|
|
.claude/
|
|
tests/
|
|
scripts/
|
|
plans/
|
|
design/
|
|
docs/
|
|
|
|
# Git files
|
|
.git/
|
|
.gitignore
|
|
.gitmodules
|
|
|
|
# Development tools (keep installer scripts)
|
|
*.sh
|
|
!installers/*.sh
|
|
|
|
# Logs and temp
|
|
*.log
|
|
.DS_Store
|
|
|
|
# Build artifacts
|
|
node_modules/
|
|
# npm published artifacts
|
|
*.tgz
|
|
|
|
# Editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS files
|
|
Thumbs.db |