Update .gitignore for broader dev and build artifact coverage
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.
This commit is contained in:
2026-05-03 02:10:31 +02:00
parent a4284234b2
commit c617e9ae3b
2 changed files with 21 additions and 28 deletions
+20 -12
View File
@@ -1,19 +1,27 @@
# Visual Studio
.vs/
*.user
*.suo
# Build Output
bin/
obj/
# NuGet
packages/
*.nupkg
# Node
node_modules/
dist/
.npm/
# Logs
*.log
# Playwright # Playwright
node_modules/
/test-results/ /test-results/
/playwright-report/ /playwright-report/
/blob-report/ /blob-report/
/playwright/.cache/ /playwright/.cache/
/playwright/.auth/ /playwright/.auth/
/.vs/CopilotSnapshots
/.vs/Fuchs_Intranet.slnx/copilot-chat/1e6f4c46/sessions
/.vs
/Fuchs.Tests/bin/Debug/net10.0
/Fuchs.Tests/obj
/Fuchs_DataService/.vs
/Fuchs_DataService/bin/Debug/net10.0
/Fuchs_DataService/obj
/MFR_RESTClient/.vs
/MFR_RESTClient/bin/Debug/net10.0
/MFR_RESTClient/obj
-15
View File
@@ -1,15 +0,0 @@
# Visual Studio
.vs/
*.user
*.suo
# Build Output
bin/
obj/
# NuGet
packages/
*.nupkg
# Logs
*.log