fix: exclude settings.local.json from cli install (#16)

- Add .npmignore to exclude settings.local.json and __pycache__
- Add filter in copyFolders() to skip settings.local.json during copy
- Bump version to 1.1.1

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Viet Tran
2025-12-03 12:14:31 +07:00
committed by GitHub
parent 44b32d146e
commit 5586da9381
4 changed files with 14 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ const program = new Command();
program
.name('uipro')
.description('CLI to install UI/UX Pro Max skill for AI coding assistants')
.version('1.1.0');
.version('1.1.1');
program
.command('init')