commit db01b72b49f369ee49950588c7e2fb5f1dcd2cc7 Author: Ricardo Carneiro Date: Thu Nov 28 21:52:18 2024 -0300 feat: versão inicial 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