Update .gitignore for broader dev and build artifact coverage
Playwright Tests / test (push) Waiting to run
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:
+20
-12
@@ -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
|
|
||||||
|
|||||||
@@ -1,15 +0,0 @@
|
|||||||
# Visual Studio
|
|
||||||
.vs/
|
|
||||||
*.user
|
|
||||||
*.suo
|
|
||||||
|
|
||||||
# Build Output
|
|
||||||
bin/
|
|
||||||
obj/
|
|
||||||
|
|
||||||
# NuGet
|
|
||||||
packages/
|
|
||||||
*.nupkg
|
|
||||||
|
|
||||||
# Logs
|
|
||||||
*.log
|
|
||||||
Reference in New Issue
Block a user