microsoft/TypeAgent
Publicmirrored fromhttps://github.com/microsoft/TypeAgentAvailable
ts/.gitignore
20lines · modecode
| 1 | .DS_Store |
| 2 | !bin |
| 3 | .vscode-test |
| 4 | .cert/ |
| 5 | prod/ |
| 6 | coverage/ |
| 7 | |
| 8 | # Playwright |
| 9 | /test-results/ |
| 10 | /playwright-report/ |
| 11 | /blob-report/ |
| 12 | /playwright/.cache/ |
| 13 | |
| 14 | #interactive apps |
| 15 | command_history.json |
| 16 | |
| 17 | #settings agent |
| 18 | packages/agents/settings/src/settingsActionSchemaV2.ts |
| 19 | examples/schemaStudio/data/settingsCommands.csv |
| 20 | examples/schemaStudio/output/ |