-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.vscodeignore
37 lines (37 loc) · 876 Bytes
/
.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
.vscode/**
.vscode-test/**
.github/**
out/test/**
src/**
csvEditorHtml/index.html
*.vsix
.gitignore
vsc-extension-quickstart.md
**/tsconfig.json
**/tslint.json
**/*.map
**/*.ts
TODO.md
node_modules/@types
backup
images/**
!images/logo.png
scripts.md
thirdParty/info.md
thirdParty/bulma/bulma.css
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/**
# not used anymore but we might need to copy certain rules...
thirdParty/bulma-extensions/**
.vscode-test-web/**