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:
2
cli/.npmignore
Normal file
2
cli/.npmignore
Normal file
@@ -0,0 +1,2 @@
|
||||
**/settings.local.json
|
||||
**/__pycache__/
|
||||
Reference in New Issue
Block a user