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:
+21
-13
@@ -1,19 +1,27 @@
|
||||
# Visual Studio
|
||||
.vs/
|
||||
*.user
|
||||
*.suo
|
||||
|
||||
# Build Output
|
||||
bin/
|
||||
obj/
|
||||
|
||||
# NuGet
|
||||
packages/
|
||||
*.nupkg
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
dist/
|
||||
.npm/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Playwright
|
||||
node_modules/
|
||||
/test-results/
|
||||
/playwright-report/
|
||||
/blob-report/
|
||||
/playwright/.cache/
|
||||
/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
|
||||
/playwright/.auth/
|
||||
Reference in New Issue
Block a user