**chore: remove unused CLI package references and update gitignore**

- **Codebase Cleanup**:
  - Removed `cli-package/**` from Vitest configuration exclude paths.
  - Updated `.gitignore` by removing entries related to `cli-package` and its subdirectories.

- **Purpose**:
  - Simplify the repository and reduce clutter by eliminating obsolete references to the removed CLI package.
This commit is contained in:
David Snelling 2025-08-02 17:23:03 -07:00
parent a6ac8b791e
commit 60d3a74ea1
2 changed files with 0 additions and 5 deletions

View file

@ -17,7 +17,6 @@ export default defineConfig({
'dist/**',
'scripts/**',
'examples/**',
'cli-package/**',
'*.js' // Exclude old JS test files in root
],
// Add environment options to help with TextEncoder issues