feat: versão inicial
This commit is contained in:
commit
db01b72b49
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
@ -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
|
||||||
Loading…
Reference in New Issue
Block a user