From 6abb751ce848263ff6449981c3e8d3a480a4b6aa Mon Sep 17 00:00:00 2001 From: master Date: Sun, 5 Oct 2025 00:21:06 +0300 Subject: [PATCH] Update .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 27ffadc3..49435111 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ # Build outputs bin/ obj/ +*.pdb +*.dll # IDE state .vs/ @@ -16,3 +18,4 @@ obj/ *.log TestResults/ +.dotnet \ No newline at end of file