🙈 Updates .gitignore to refine artifact handling and exclude unnecessary files

This commit is contained in:
2026-03-20 01:55:26 +02:00
parent 52aa34a315
commit dda4b3048b

11
.gitignore vendored
View File

@@ -1139,7 +1139,6 @@ TestResults
# Visual Studio Code
!*.code-workspace
!.vscode/tasks-*.json
## Web Assets managed by libman
**/wwwroot/dist/*
@@ -1150,11 +1149,7 @@ TestResults
*.coverage.xml
## Public Assets
packages/*
upload/*
!upload/.gitkeep
!packages/.gitkeep
!artifacts/
artifacts/*
!artifacts/.gitkeep
**/OpenApi/*.json
artifacts/**
!artifacts/**/
!artifacts/**/.gitkeep