🙈 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
+3 -8
View File
@@ -1139,7 +1139,6 @@ TestResults
# Visual Studio Code # Visual Studio Code
!*.code-workspace !*.code-workspace
!.vscode/tasks-*.json
## Web Assets managed by libman ## Web Assets managed by libman
**/wwwroot/dist/* **/wwwroot/dist/*
@@ -1150,11 +1149,7 @@ TestResults
*.coverage.xml *.coverage.xml
## Public Assets ## Public Assets
packages/*
upload/*
!upload/.gitkeep
!packages/.gitkeep
!artifacts/ !artifacts/
artifacts/* artifacts/**
!artifacts/.gitkeep !artifacts/**/
**/OpenApi/*.json !artifacts/**/.gitkeep