microsoft/TypeAgent

Public

mirrored fromhttps://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
78c691a1dc6954d7bec8ba6b3df51daf1480fffe

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

ts/.gitignore

32lines · modecode

1.DS_Store
2!bin
3.vscode-test
4.cert/
5prod/
6coverage/
7
8# Playwright
9/test-results/
10/playwright-report/
11/blob-report/
12/playwright/.cache/
13
14#interactive apps
15command_history.json
16
17#settings agent
18packages/agents/settings/src/settingsActionSchemaV2.ts
19examples/schemaStudio/data/settingsCommands.csv
20examples/schemaStudio/output/
21
22# Per-subscription inventory snapshot written by inventoryEndpoints.mjs.
23# Contains actual account names, endpoints, and subdomain names — never commit.
24tools/scripts/pools.inventory.json
25
26# Per-developer YAML config overrides loaded by @typeagent/config.
27# Holds local endpoints, deployment names, and (in Phase 1) secrets.
28# Never commit.
29config.local.yaml
30
31# Legacy .env files — deprecated, will stop working September 2026.
32.env