commit 7bb0c516f537e6f03def88da2bf3d701f6df5970 Author: OlgunR Date: Fri Jun 28 15:14:56 2024 +0200 Add gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7db49c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +################################################################################ +# Diese .gitignore-Datei wurde von Microsoft(R) Visual Studio automatisch erstellt. +################################################################################ + +/.vs +/Project.Application/bin/Debug/net8.0 +/Project.Application/obj +/Project.Domain/bin/Debug/net8.0 +/Project.Domain/obj +/Project.Infrastructure/bin/Debug/net8.0 +/Project.Infrastructure/obj +/Project.Web/bin/Debug/net8.0 +/Project.Web/obj