-
-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy path.vscodeignore
More file actions
43 lines (37 loc) · 644 Bytes
/
.vscodeignore
File metadata and controls
43 lines (37 loc) · 644 Bytes
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
42
# Exclude everything by default
*
# Include only what you need
!dist/**
!images/**
!l10n/**
!README.md
!LICENSE
!package.json
!package.nls*.json
# Exclude dev / runtime artifacts that must never ship
.codebuddy/**
repo/**
patterns/**
src/**
test/**
docs/**
webviewUi/**
.vscode/**
.vscode-test/**
.github/
*.log
*.ts
*.tsx
*.js.map
*.ts.map
*.eslintrc.json
tsconfig*.json
yarn.lock
package-lock.json
out/**
# Ignore node_modules by default
node_modules/**
# Whitelist external dependencies needed for production
!node_modules/jsdom/lib/jsdom/living/xhr/xhr-sync-worker.js
!node_modules/web-tree-sitter/**
!node_modules/@vscode/ripgrep/**