From a4d5719cd0b2d05df3d3c918270aedf72d6540dd Mon Sep 17 00:00:00 2001 From: Jeas0001 Date: Tue, 22 Apr 2025 10:57:48 +0200 Subject: [PATCH] API swagger created and gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2efbe4a --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +################################################################################ +# This .gitignore file was automatically created by Microsoft(R) Visual Studio. +################################################################################ + +/backend/API/obj +/backend/API/appsettings.Development.json +/backend/API/appsettings.json