Skip to content

Commit 295ab0b

Browse files
add /data, /docs/images and other ext. files to .vscodeignore (#5)
for a slimmer tabular data viewer ext. bundle
1 parent 94d079c commit 295ab0b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.vscodeignore

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
out/**
44
node_modules/**
55
src/**
6+
data/**
7+
docs/images/**
8+
69
.gitignore
7-
.yarnrc
10+
.github
11+
812
webpack.config.js
9-
vsc-extension-quickstart.md
1013
**/tsconfig.json
1114
**/.eslintrc.json
1215
**/*.map

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
},
2727
"categories": [
2828
"Data Science",
29+
"Formatters",
2930
"Visualization"
3031
],
3132
"keywords": [

0 commit comments

Comments
 (0)