Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .env

This file was deleted.

9 changes: 9 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Copy to `.env` and fill in for THIS run-through's Power Platform environment.
# A fresh environment is created per run, so these change every time. Never commit `.env`.

# The environment's "Environment ID" (GUID), used by `power-apps init -e`.
POWER_PLATFORM_ENVIRONMENT_ID=00000000-0000-0000-0000-000000000000

# The environment's "Environment URL" from the Power Platform admin center,
# e.g. https://orgXXXXXXXX.crm.dynamics.com. Required by the dataverse-* skills.
DATAVERSE_URL=https://orgXXXXXXXX.crm.dynamics.com
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ dist
dist-ssr
*.local

# Per-run environment config and secrets (new environment each run-through; never commit)
.env
.env.local

# Power Apps Code App config/metadata generated live during a run (kept out of the skeleton)
power.config.json
.power/

# Editor directories and files
.vscode/*
!.vscode/extensions.json
Expand Down
22 changes: 0 additions & 22 deletions .power/schemas/appschemas/dataSourcesInfo.ts

This file was deleted.

Loading