chore: cleanup console logs and test directories

- Remove commented console.log statements from main.ts
- Add test output directories to .gitignore:
  - playwright-tests/
  - test-playwright/
  - test-playwright-results/

Keeps repository clean by excluding test artifacts and removing
unused logging statements.
This commit is contained in:
Matthew Raymer
2025-02-18 09:04:01 +00:00
parent 11a4bbbc8f
commit 7f3114fd6c
3 changed files with 173 additions and 165 deletions

4
.gitignore vendored
View File

@@ -36,4 +36,6 @@ pnpm-debug.log*
/playwright/.cache/
/dist-electron-build/
/dist-capacitor/
/test-playwright-results/
/test-playwright-results/
playwright-tests
test-playwright