c617e9ae3b
Playwright Tests / test (push) Waiting to run
Expanded .gitignore to exclude Playwright outputs, Node.js folders, NuGet packages, log files, and additional Visual Studio/project-specific directories. Improved formatting for clarity and maintainability.
27 lines
236 B
Plaintext
27 lines
236 B
Plaintext
# Visual Studio
|
|
.vs/
|
|
*.user
|
|
*.suo
|
|
|
|
# Build Output
|
|
bin/
|
|
obj/
|
|
|
|
# NuGet
|
|
packages/
|
|
*.nupkg
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|
|
.npm/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Playwright
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
/playwright/.auth/ |