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