Add '.temp*' to .gitignore (#3778)

This commit is contained in:
ManiMatter
2024-10-02 21:53:34 +02:00
committed by GitHub
parent d666df0189
commit 0b1d6b677a

1
.gitignore vendored
View File

@@ -120,6 +120,7 @@ _artifacts
_rawPackage/ _rawPackage/
_dotTrace* _dotTrace*
_tests/ _tests/
_temp*
*.Result.xml *.Result.xml
coverage*.xml coverage*.xml
coverage*.json coverage*.json