-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.vscodeignore
More file actions
40 lines (39 loc) · 857 Bytes
/
.vscodeignore
File metadata and controls
40 lines (39 loc) · 857 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
.vscode/**
.vscode-test/**
src/**
ref/**
.gitignore
.yarnrc
vsc-extension-quickstart.md
**/tsconfig.json
**/eslint.config.mjs
**/*.map
**/*.ts
**/.vscode-test.*
# Exclude all node_modules except markdown-it related packages
**/node_modules/**
!node_modules/markdown-it/**
!node_modules/markdown-it-*/**
!node_modules/argparse/**
!node_modules/entities/**
!node_modules/linkify-it/**
!node_modules/mdurl/**
!node_modules/punycode.js/**
!node_modules/uc.micro/**
!node_modules/highlight.js/**
# Exclude unnecessary files from included packages to reduce size
node_modules/highlight.js/**/*.md
node_modules/highlight.js/styles/**
node_modules/highlight.js/scss/**
node_modules/highlight.js/es/**
node_modules/markdown-it*/**/*.md
**/.git/**
**/package-lock.json
**/.DS_Store
**/Thumbs.db
**/*.log
**/coverage/**
**/dist/**
**/.cache/**
**/.temp/**
**/.tmp/**