mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-04-17 03:49:23 +01:00
* Add copilot instructions and skills for build and tests. * Add dev-server skill. * Auth Util changes to fix Entra login while running from copilot. * Fix lint issue.
26 lines
371 B
Plaintext
26 lines
371 B
Plaintext
built/*
|
|
dist/*
|
|
coverage/**
|
|
css/*
|
|
Definitions/**/*
|
|
libs/**/*
|
|
**/node_modules/*
|
|
pkg/DataExplorer/*
|
|
test/out/*
|
|
workers/**/*.js
|
|
*.trx
|
|
notebookapp/*
|
|
Contracts/*
|
|
.DS_Store
|
|
.cache/
|
|
.env
|
|
failure.png
|
|
screenshots/*
|
|
GettingStarted-ignore*.ipynb
|
|
src/Localization/Keys.generated.ts
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
.vscode/mcp.json
|
|
.playwright-mcp/ |