Skip to content

Commit ad5c6fc

Browse files
include usa airports data files for built-in ts notebook example, and exclude other large data files from this ext. .vsix package (#75)
1 parent 686aba8 commit ad5c6fc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.vscodeignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
.vscode-test/**
33
out/test/**
44
src/**
5-
data/**
65
notebooks/test/**
76
docs/images/**
87

@@ -17,3 +16,11 @@ node_modules
1716
**/*.ts
1817
**/*.tsbuildinfo
1918
**/tsconfig.json
19+
20+
data/superstore.arrow
21+
data/superstore.schema.json
22+
data/world-cities.geojson
23+
data/world-gdp.csv
24+
data/world-gdp.xml
25+
data/world-lakes.geojson
26+
data/world-rivers.geojson

0 commit comments

Comments
 (0)