Files
Fuchs_Intranet/.gitignore
T
Stefan c617e9ae3b
Playwright Tests / test (push) Waiting to run
Update .gitignore for broader dev and build artifact coverage
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.
2026-05-03 02:10:31 +02:00

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/