Skip to content

Commit

Permalink
udpates
Browse files Browse the repository at this point in the history
  • Loading branch information
rabwill committed Nov 13, 2024
1 parent 9ec72fe commit 9cc5f79
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 5 deletions.
31 changes: 31 additions & 0 deletions samples/da-PostPilotAgent/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# TeamsFx files
env/.env.*.user
env/.env.dev
env/.env.local
.DS_Store
build
appPackage/build
.deployment

# dependencies
/node_modules

# testing
/coverage

# Dev tool directories
/devTools/

# TypeScript output
dist
out

# Azure Functions artifacts
bin
obj
appsettings.json
local.settings.json

# Local data
.localConfigs
8 changes: 4 additions & 4 deletions samples/da-PostPilotAgent/env/.env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TEAMSFX_ENV=dev
APP_NAME_SUFFIX=dev

# Generated during provision, you can also add your own variables.
TEAMS_APP_ID=e5aa1327-4649-41f0-8024-0ffa38a98e99
TEAMS_APP_TENANT_ID=f0118ea9-172a-475d-90a2-f53bfba7cbac
M365_TITLE_ID=U_baa97d48-151f-dee8-85d8-3568e0850fdb
M365_APP_ID=d34c66f5-05e5-412c-9731-daa6295397ff
TEAMS_APP_ID=
TEAMS_APP_TENANT_ID=
M365_TITLE_ID=
M365_APP_ID=
2 changes: 1 addition & 1 deletion samples/da-PostPilotAgent/env/.env.dev.user
Original file line number Diff line number Diff line change
@@ -1 +1 @@
TEAMS_APP_UPDATE_TIME=2024-11-13T00:08:59.8577882+00:00
TEAMS_APP_UPDATE_TIME=

0 comments on commit 9cc5f79

Please sign in to comment.