From 917c03206fe8cc844f9faef5cad931ee9bdc283f Mon Sep 17 00:00:00 2001 From: Ricardo Carneiro Date: Thu, 28 Nov 2024 22:48:52 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20primeira=20vers=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4828efc --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +################################################################################ +# This .gitignore file was automatically created by Microsoft(R) Visual Studio. +################################################################################ + +/.vs +/bin/Debug/net8.0 +/obj