forked from trent_larson/crowd-funder-for-time-pwa
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:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -36,4 +36,6 @@ pnpm-debug.log*
|
||||
/playwright/.cache/
|
||||
/dist-electron-build/
|
||||
/dist-capacitor/
|
||||
/test-playwright-results/
|
||||
/test-playwright-results/
|
||||
playwright-tests
|
||||
test-playwright
|
||||
Reference in New Issue
Block a user