-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy path.vscodeignore
More file actions
41 lines (41 loc) · 1.08 KB
/
.vscodeignore
File metadata and controls
41 lines (41 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
**
!assets/
assets/walkthroughs/**
!dist/compiled/**
!dist/extension.js
!dist/extension.js.LICENSE.txt
!dist/*.wasm
!dist/*.json
!dist/*.bpe
!dist/*.tiktoken
!dist/node_modules/**
!dist/tfidfWorker.js
!dist/worker2.js
!dist/tikTokenizerWorker.js
!dist/diffWorker.js
!dist/webview.js
!dist/copilotDebugCommand.js
!dist/copilotCLIShim.js
!dist/cli.js
!dist/suggestionsPanelWebview.js
!node_modules/@vscode/copilot-typescript-server-plugin/package.json
!node_modules/@vscode/copilot-typescript-server-plugin/dist/*.js
node_modules/@github/copilot/index.js
node_modules/@github/copilot/clipboard/**
node_modules/@github/copilot/prebuilds/**
node_modules/@github/copilot/sharp/**
!node_modules/@github/copilot/package.json
!node_modules/@github/copilot/sdk/**/package.json
!node_modules/@github/copilot/sdk/*.js
!node_modules/@github/copilot/sdk/worker/*.js
!node_modules/@github/copilot/sdk/sharp/**
!node_modules/@github/copilot/sdk/definitions/*.yaml
!CHANGELOG.md
!README.md
!package.json
!package.nls.json
!package.nls.*.json
!telemetry.json
!l10n/bundle.l10n.*.json
!ThirdPartyNotices.txt
!LICENSE.txt