microsoft/TypeAgent

Public

mirrored from https://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/fix-github-actions-workflow

Branches

Tags

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

Clone

HTTPS

Download ZIP

ts/.prettierignore

38lines · modecode

1# VSCode config
2.vscode/**
3**/.vscode-test/**
4
5# Lock file
6pnpm-lock.yaml
7
8# Build output
9**/dist/*
10**/lib/*
11**/out/*
12.rollup.cache/**
13.tsc-cache-*.json
14.frontend-build-cache.json
15packages/uriHandler/bundle/agent-uri-handler.bundle.js
16
17.scratch
18
19# Test data
20packages/defaultAgentProvider/test/data
21packages/defaultAgentProvider/test/repo
22packages/defaultAgentProvider/data/**/*.json
23packages/knowPro/test/data
24packages/knowPro/test/data/**/*.json
25packages/knowPro/test/data
26packages/memory/conversation/test/data
27examples/websiteAliases/data
28
29
30# Test result
31packages/shell/test-results/*
32packages/shell/playwright-report/*
33
34# Eval sources
35packages/agents/spelunker/evals/eval-*/source
36
37# Generated cache files
38examples/websiteAliases/cache