File tree Expand file tree Collapse file tree 6 files changed +1923
-446
lines changed
Expand file tree Collapse file tree 6 files changed +1923
-446
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,24 @@ vsc-extension-quickstart.md
1010** /* .map
1111** /* .ts
1212** /.vscode-test. *
13- # Exclude all node_modules except marked
13+ # Exclude all node_modules except markdown-it related packages
1414** /node_modules /**
15- ! node_modules /marked /**
15+ ! node_modules /markdown-it /**
16+ ! node_modules /markdown-it- * /**
17+ ! node_modules /argparse /**
18+ ! node_modules /entities /**
19+ ! node_modules /linkify-it /**
20+ ! node_modules /mdurl /**
21+ ! node_modules /punycode.js /**
22+ ! node_modules /uc.micro /**
23+ ! node_modules /highlight.js /**
24+
25+ # Exclude unnecessary files from included packages to reduce size
26+ node_modules /highlight.js /** /* .md
27+ node_modules /highlight.js /styles /**
28+ node_modules /highlight.js /scss /**
29+ node_modules /highlight.js /es /**
30+ node_modules /markdown-it * /** /* .md
1631** /.git /**
1732** /package-lock.json
1833** /.DS_Store
You can’t perform that action at this time.
0 commit comments