**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:
parent
a6ac8b791e
commit
60d3a74ea1
2 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue