- Removed Playwright test dependencies from package.json and deleted playwright.config.ts. - Updated LoginForm component and its tests for improved readability and consistency. - Cleaned up App.vue and PublicLayout.vue by adjusting import formatting. - Fixed missing newlines in CSS and other files for better formatting. - Updated userStore to ensure proper object syntax. - Refactored LoginView to enhance code clarity and maintainability.
12 lines
108 B
Plaintext
12 lines
108 B
Plaintext
.git/
|
|
.vscode/
|
|
.aspire/
|
|
Coverage/
|
|
tests/
|
|
docker/data/
|
|
docker/keys/
|
|
**/bin/
|
|
**/obj/
|
|
**/node_modules/
|
|
**/.env
|