From db01b72b49f369ee49950588c7e2fb5f1dcd2cc7 Mon Sep 17 00:00:00 2001 From: Ricardo Carneiro Date: Thu, 28 Nov 2024 21:52:18 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20vers=C3=A3o=20inicial?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f5ede3e --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# TeamsFx files +build +appPackage/build +env/.env.*.user +env/.env.local +appsettings.Development.json +.deployment + +# User-specific files +*.user + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ + +# Notification local store +.notification.localstore.json +.notification.testtoolstore.json + +# devTools +devTools/ +/.vs/IAChat/DesignTimeBuild +/.vs/IAChat/FileContentIndex +/.vs/IAChat/v17 +/.vs/IAChat/config