fixes from code review

This commit is contained in:
ManiMatter 2024-10-02 21:42:31 +02:00
commit d1e983b4e6

3
.gitignore vendored
View file

@ -121,6 +121,7 @@ _artifacts
_rawPackage/ _rawPackage/
_dotTrace* _dotTrace*
_tests/ _tests/
_temp*
*.Result.xml *.Result.xml
coverage*.xml coverage*.xml
coverage*.json coverage*.json
@ -132,7 +133,6 @@ setup/Output/
bin bin
obj obj
output/* output/*
_temp*
# .NET Core # .NET Core
project.lock.json project.lock.json
@ -143,7 +143,6 @@ artifacts/
# macOS metadata files # macOS metadata files
._* ._*
.DS_Store .DS_Store
_start _start
_temp_*/**/* _temp_*/**/*