feat first version
This commit is contained in:
parent
9a14afee07
commit
8b19b2fb11
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
# 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
|
||||||
Loading…
Reference in New Issue
Block a user