-
Notifications
You must be signed in to change notification settings - Fork 33
/
.vscodeignore
52 lines (52 loc) · 1.26 KB
/
.vscodeignore
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
43
44
45
46
47
48
49
50
51
52
.vscode/**
.vscode-test/**
.vscode-test.mjs
.github/**
out/test/**
src/**
csvEditorHtml/index.html
*.vsix
.gitignore
vsc-extension-quickstart.md
**/tsconfig.json
**/tslint.json
**/*.map
**/*.ts
TODO.md
node_modules/@types
node_modules/@microsoft
node_modules/@vscode/webview-ui-toolkit/**/*
!node_modules/@vscode/webview-ui-toolkit/dist/toolkit.min.js
node_modules/react/**/*
node_modules/tabbable/**/*
node_modules/exenv-es6/**/*
node_modules/loose-envify/**/*
node_modules/js-tokens/**/*
node_modules/tslib/**/*
node_modules/dayjs/**/*
!node_modules/dayjs/dayjs.min.js
!node_modules/dayjs/plugin/customParseFormat.js
backup
images/**
!images/logo.png
scripts.md
thirdParty/info.md
thirdParty/handsontable/handsontable.css
thirdParty/handsontable/handsontable.d.ts
thirdParty/handsontable/handsontable.js
thirdParty/handsontable/handsontable.js.map
thirdParty/mousetrap/mousetrap.js
thirdParty/mousetrap/plugins/global-bind/mousetrap-global-bind.js
thirdParty/mousetrap/plugins/global-bind/README.md
thirdParty/papaparse/papaparse.js
thirdParty/papaparse/Changelog.md
promtUploadbuild.js
cypress
csvEditorHtml/browser/**
csvEditorHtml/out/browser/**
csvEditorHtml/out/test/**
# not used anymore but we might need to copy certain rules...
.vscode-test-web/**
exampleCSV/**
CHANGELOG.md
docs/